diff --git a/composer.json b/composer.json index cd18f9417..73c3822f5 100644 --- a/composer.json +++ b/composer.json @@ -64,7 +64,7 @@ "scripts": { "test:unit": [ "[ -e '.Build/bin/phpunit' ] || composer update", - "TYPO3_PATH_ROOT=.Build/Web .Build/bin/phpunit --colors -c .Build/vendor/typo3/testing-framework/Resources/Core/Build/UnitTests-v10.xml Tests" + "TYPO3_PATH_ROOT=.Build/Web .Build/bin/phpunit --colors -c .Build/vendor/typo3/testing-framework/Resources/Core/Build/UnitTests.xml Tests" ], "code-style": [ "[ -e ./.Build/bin/rector ] || composer install",