Simplify test command

This commit is contained in:
Oliver Davies 2018-08-01 00:13:25 +01:00
parent d916b8e165
commit 5fb73bd449

View file

@ -42,6 +42,6 @@
"sort-packages": true
},
"scripts": {
"test": "vendor/bin/phpunit"
"test": "phpunit"
}
}