Maven for PHP + PHPUnit version newer than 3.3.9 not working
- by Softy
I want to use Maven for PHP with PHPUnit but when I run my tests with "mvn test" I get this error: http://pastie.org/948377
This happens only when I use a version newer than 3.3.9 for PHPUnit. The tests work just fine with PHPUnit 3.3.9.
Any idea?