From 1248c4042f681e308ce9863c5273431e0e1370c7 Mon Sep 17 00:00:00 2001 From: Max Gfeller Date: Thu, 15 Oct 2015 15:32:46 +0200 Subject: [PATCH] Add `composer test` script --- composer.json | 3 +++ 1 file changed, 3 insertions(+) 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": {