silverstripe / silverstripe-travis-support

Creates a SilverStripe project "around" a module, based on core version constraints and its composer.json definitions
Other
13 stars 16 forks source link

PHPUnit version should fallback to version specified in framework #30

Open dhensby opened 8 years ago

dhensby commented 8 years ago

At the moment, if no phpunit version is specified in a module's composer.json we add 3.7@stable by default.

We should fall-back to framework/composer.json declaration instead so that 4.0 tests pull down 4.8 rather than 3.7

tractorcow commented 8 years ago

Yep sure.