Add "test" script in composer.json

This commit is contained in:
Pig Fang 2019-08-21 17:31:32 +08:00
parent 937186e34b
commit f7f0d9e3ec

View File

@ -57,6 +57,7 @@
}
},
"scripts": {
"test": "phpunit",
"post-autoload-dump": [
"Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",
"@php artisan package:discover"