dddshelf / last-wishes

Last Wishes is a PHP application written following Domain-Driven Design approach. It's one of the sample applications where you can check the concepts explained in the "Domain-Driven Design in PHP" book.
https://leanpub.com/ddd-in-php
660 stars 121 forks source link

Defined bootstrap file in phpunit config file to fix run tests #4

Closed manelselles closed 9 years ago

manelselles commented 9 years ago

Tests fail if you run phpunit without defining a bootstrap file due to class loading reasons.

keyvanakbary commented 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.