diff --git a/composer.json b/composer.json index 8a7f085..388740f 100644 --- a/composer.json +++ b/composer.json @@ -30,5 +30,8 @@ "BryanCrowe\\Growl\\": "src", "BryanCrowe\\Growl\\Test\\": "tests" } + }, + "scripts": { + "test": "phpunit" } }