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

View file

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