diff --git a/composer.json b/composer.json index 3f05cfd..d916a34 100644 --- a/composer.json +++ b/composer.json @@ -35,6 +35,7 @@ }, "scripts": { "fix-cs": "php-cs-fixer fix", - "analyse": "phpstan analyse" + "analyse": "phpstan analyse", + "test": "phpunit" } }