Commit 62b0fa70 authored by Henrik Bjørnskov's avatar Henrik Bjørnskov Committed by Fabien Potencier

Remove PHPUnit as a development dependency

This will make it more inline with how Symfony uses PHPUnit and already
considers this a tool installed when developing.

for reference as PR that rejects having phpunit as dependency in symfony
https://github.com/symfony/symfony/issues/12136
parent be10a763
......@@ -12,7 +12,7 @@ before_script:
- sh -c "if [ '$SYMFONY_DEPS_VERSION' = '2.3' ]; then sed -i 's/>=2.3,<2.6-dev/2.3.*@dev/g' composer.json; composer update --dev --prefer-source; fi"
- composer install --dev --prefer-source
script: vendor/bin/phpunit
script: phpunit
php:
- 5.3
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment