dmaicher / doctrine-test-bundle

Symfony bundle to isolate your app's doctrine database tests and improve the test performance
MIT License
1.08k stars 61 forks source link

added support for PHPUnit 5 #64

Closed ancyrweb closed 6 years ago

ancyrweb commented 6 years ago

Using symfony 4 with phpunit bridge it seems my version of PHPUnit is 5.7.xx. So, of course, it made this bundle unusable. I fixed the Listener as to detect PHPUnit 5 and provide a listener that satisfies this version's interface :)

ancyrweb commented 6 years ago

Ok, just saw support for PHPUnit 5 has been dropped and it'd be better to add a dependency on PHPUnit 6 with phpunit-bridge instead.