use composer test

This commit is contained in:
Kai Rienow 2015-06-27 01:38:04 +02:00
parent 0c5d9123e5
commit 7f8729f5a7
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ We accept contributions via Pull Requests on [Github](https://github.com/thephpl
## Running Tests
``` bash
$ phpunit
$ composer test
```