diff --git a/composer.json b/composer.json index 6e111bb..756f94c 100644 --- a/composer.json +++ b/composer.json @@ -44,6 +44,6 @@ }, "scripts": { "lint": "php-cs-fixer fix", - "test": "phpunit" + "test": "phpunit && composer lint -- --dry-run" } }