PHPUnit + Maven for PHP - setUpBeforeClass() not called
- by Softy
When running the "mvn test" command, the PHPUnit tests are run.
The problem I have is that the setUpBeforeClass() method within a test class is not called when running the tests from maven.
Does anybody know the problem? I use the last version of PHPUnit (3.3.9) available on repositories.