DatabaseTestListener broken
ElectricMaxxx opened this issue · 3 comments
ElectricMaxxx commented
hi,
tried to get the testing bundle work with the Listener called in the phpunit.xml(.dist) but got an fatal error even with dev-master. You will see the error message at one of my builds:
https://travis-ci.org/ElectricMaxxx/CmfSeoBundle/jobs/20417357
dbu commented
for the reference:
PHP Fatal error: Class Symfony\Cmf\Component\Testing\Phpunit\DatabaseTestListener
contains 1 abstract method and must therefore be declared abstract or implement the remaining
methods (PHPUnit_Framework_TestListener::addRiskyTest) in /home/travis/build/ElectricMaxxx
/CmfSeoBundle/vendor/symfony-cmf/testing/src/Symfony/Cmf/Component/Testing/Phpunit
/DatabaseTestListener.php on line 217
ElectricMaxxx commented
@dbu thanks :-)