docs(testing): Update testing to use composer test

https://getcomposer.org/doc/articles/scripts.md#writing-custom-commands
This commit is contained in:
Rob Loach 2015-05-14 10:45:15 -07:00
parent 27f3e58f81
commit afb7141526
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recen
## Testing ## Testing
``` bash ``` bash
$ phpunit $ composer test
``` ```
## Contributing ## Contributing