lstrojny / phpunit-clever-and-smart

Smarter test runner for PHPUnit
169 stars 13 forks source link

phpunit 3.8 compat #25

Closed staabm closed 10 years ago

staabm commented 10 years ago

not sure why the runner fails on 3.8 (and also 3.9) right now...

is it maybe related to the changes in https://github.com/sebastianbergmann/phpunit/commit/13f77b7d78f5ec358a02e4627bceb72b506a868e ?

Do you have an idea? Just want to make sure that we can fix it before 3.8 gets released..

lstrojny commented 10 years ago

The XML format changed. Same thing for PHPUnit 4.x

lstrojny commented 10 years ago

Fixed