diff --git a/composer.json b/composer.json index cd43d1b98e..4db4765353 100644 --- a/composer.json +++ b/composer.json @@ -97,6 +97,11 @@ "phpcbf": "phpcbf", "phpcs": "phpcs", "phpstan": "phpstan analyse", - "test": "phpunit" + "phpunit": "phpunit", + "test": [ + "@phpcs", + "@phpstan", + "@phpunit" + ] } }