From 16179306b0b07351937d746c860e30b41ebffa81 Mon Sep 17 00:00:00 2001 From: Romain Canon Date: Sat, 19 Aug 2023 11:06:24 +0200 Subject: [PATCH] qa: disable xdebug when running local mutation testing --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index 2e7a9201..a2ce9625 100644 --- a/composer.json +++ b/composer.json @@ -64,6 +64,7 @@ "rector" ], "mutation": [ + "@putenv XDEBUG_MODE=off", "infection --threads=max --git-diff-lines" ], "doc": [