diff --git a/composer.json b/composer.json index e5bedf8e..05bb42f0 100644 --- a/composer.json +++ b/composer.json @@ -42,6 +42,7 @@ "check-cs": "vendor/bin/ecs check --ansi", "fix-cs": "vendor/bin/ecs check --fix", "phpstan": "vendor/bin/phpstan analyse", + "test": "vendor/bin/phpunit", "rector": "vendor/bin/rector process --dry-run --ansi" }, "config": {