Revert `composer test` in composer.json

First, composer will push its bin to the top of the $PATH when running composer scripts, so this isn't strictly necessary. Secondly, using `/` will fail on Windows. This reverts one of the changes previously made in 54f6cbc606.
This commit is contained in:
mAAdhaTTah 2015-07-27 10:33:11 -04:00
parent 740dbf58a2
commit 07b0c35c94
1 changed files with 1 additions and 1 deletions

View File

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