From b359d02f4f59093202965375d79638ab9ae60e0e Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Fri, 3 May 2019 23:45:34 +0100 Subject: [PATCH] Run phpunit and php-cs-fixer --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" } }