From 8cca1098b40ab8653759d01e3155476987b1c7c0 Mon Sep 17 00:00:00 2001 From: Sergei Predvoditelev Date: Fri, 13 Jun 2025 20:38:55 +0300 Subject: [PATCH] Disable Xdebug in tests --- Taskfile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Taskfile.yml b/Taskfile.yml index f88f1032..b406cc42 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -1,7 +1,7 @@ version: '3' vars: - PHP: php + PHP: XDEBUG_MODE=off php COMPOSER: composer REQUIRE_CHECKER: "{{.PHP}} tools/composer-require-checker/vendor/bin/composer-require-checker" PSALM: "{{.PHP}} tools/psalm/vendor/bin/psalm --show-info --no-diff --no-cache"