From 3a0db641aad875182f9e7567785122af2fcd045a Mon Sep 17 00:00:00 2001 From: Aidan Woods Date: Tue, 11 Dec 2018 22:56:38 +0000 Subject: [PATCH] Test format before units --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index f22b1a9..faecb2a 100644 --- a/composer.json +++ b/composer.json @@ -30,8 +30,8 @@ "scripts": { "test": [ "@test-static", - "@test-units", - "@test-formatting" + "@test-formatting", + "@test-units" ], "test-static": "vendor/bin/psalm", "test-dead-code": "vendor/bin/psalm --find-dead-code",