Use composer to install PHPUnit

This commit is contained in:
Jeff Welch 2013-02-04 23:45:20 -05:00
parent c142d8456c
commit 7b93a16d92
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ run the `php composer.phar install` command to install it:
To run the test suite, you need [composer](http://getcomposer.org).
$ php composer.phar install --dev
$ phpunit
$ vendor/bin/phpunit
## Acknowledgements