From 96d8a1f18ceb1bcbb10b0f5b5a858910e0f135b2 Mon Sep 17 00:00:00 2001 From: Aidan Woods Date: Tue, 22 Jan 2019 19:13:07 +0000 Subject: [PATCH] Add dead code test to composer test script --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index 22616df..9ac0130 100644 --- a/composer.json +++ b/composer.json @@ -31,6 +31,7 @@ "test": [ "@test-static", "@test-formatting", + "@test-dead-code", "@test-units" ], "test-static": "vendor/bin/psalm",