diff --git a/composer.json b/composer.json index eaf7f0e2..7ece5667 100644 --- a/composer.json +++ b/composer.json @@ -81,6 +81,9 @@ "post-create-project-cmd": [ "php -r \"copy('.env.example', '.env');\"", "php artisan key:generate" + ], + "test": [ + "phpunit" ] }, "config": {