Commit f5e3842d authored by Barney Hanlon's avatar Barney Hanlon Committed by Fabien Potencier

Updated require-dev to have phpunit at a safe enough version, and updated the...

Updated require-dev to have phpunit at a safe enough version, and updated the documentation to reflect the change. (closes #727)
parent c3387f6f
...@@ -8,6 +8,8 @@ before_script: ...@@ -8,6 +8,8 @@ before_script:
- sh -c "if [ '$SYMFONY_DEPS_VERSION' = '2.3' ]; then sed -i 's/>=2.3,<2.4-dev/2.3.*@dev/g' composer.json; composer update --dev --prefer-source; fi" - sh -c "if [ '$SYMFONY_DEPS_VERSION' = '2.3' ]; then sed -i 's/>=2.3,<2.4-dev/2.3.*@dev/g' composer.json; composer update --dev --prefer-source; fi"
- composer install --dev --prefer-source - composer install --dev --prefer-source
script: vendor/bin/phpunit
php: php:
- 5.3 - 5.3
- 5.4 - 5.4
......
...@@ -42,11 +42,10 @@ Read the [documentation][3] for more information. ...@@ -42,11 +42,10 @@ Read the [documentation][3] for more information.
## Tests ## Tests
To run the test suite, you need [composer](http://getcomposer.org) and To run the test suite, you need [composer](http://getcomposer.org).
[PHPUnit](https://github.com/sebastianbergmann/phpunit).
$ php composer.phar install --dev $ php composer.phar install --dev
$ phpunit $ vendor/bin/phpunit
## Community ## Community
......
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