diff --git a/composer.json b/composer.json index 8783fdf..261f710 100644 --- a/composer.json +++ b/composer.json @@ -68,6 +68,9 @@ "post-create-project-cmd": [ "@php artisan key:generate --ansi" ], + "test": [ + "@php artisan test --ansi" + ], "phpstan": [ "phpstan --ansi" ],