Closed manelselles closed 9 years ago
@manelselles Thanks for your effort but you don't need to specify the autoload in the phpunit.xml
as the bin/phpunit
script (created by composer install
) already includes it. Please, check out how the suite is run in Travis.
Tests fail if you run phpunit without defining a bootstrap file due to class loading reasons.