Update `composer test` to simply use `phpunit`

This commit is contained in:
Rob Loach 2015-02-16 13:03:39 -05:00
parent 4c362eeb0f
commit 1d40babb28
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@
}
},
"scripts": {
"test": "./vendor/bin/phpunit"
"test": "phpunit"
},
"extra": {
"branch-alias": {