Add composer test script

This commit is contained in:
Max Gfeller
2015-10-15 15:32:46 +02:00
parent 9bf6d31131
commit 1248c4042f

View File

@@ -81,6 +81,9 @@
"post-create-project-cmd": [
"php -r \"copy('.env.example', '.env');\"",
"php artisan key:generate"
],
"test": [
"phpunit"
]
},
"config": {