From 489bb94af704576135a31897e39b734f22f37fdf Mon Sep 17 00:00:00 2001 From: "thomas.layh" Date: Wed, 10 Jul 2024 11:10:37 +0200 Subject: [PATCH] chore: fix javascript include --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index efdcdde..8e395fd 100644 --- a/composer.json +++ b/composer.json @@ -70,7 +70,7 @@ ], "test:unit-filter": [ "[ -e .Build/bin/phpunit ] || composer update", - "TYPO3_PATH_ROOT=.Build/Web .Build/bin/phpunit -c Tests/phpunit.xml Tests/Unit --filter=ExceptionHandlerTest" + "XDEBUG_MODE=coverage TYPO3_PATH_ROOT=.Build/Web .Build/bin/phpunit -c Tests/phpunit.xml Tests/Unit --filter=ExceptionHandlerTest" ], "code-style": [ "[ -e ./.Build/bin/rector ] || composer install",