Merge pull request #37 from RobLoach/patch-1

Update testing to document composer test
This commit is contained in:
Phil Sturgeon 2015-05-14 13:46:41 -04:00
commit bfaf20e4ad
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