diff --git a/Build/tests/FunctionalTests.xml b/Build/tests/FunctionalTests.xml index 41d9fb0..f2da77f 100644 --- a/Build/tests/FunctionalTests.xml +++ b/Build/tests/FunctionalTests.xml @@ -4,7 +4,7 @@ xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.6/phpunit.xsd" backupGlobals="true" beStrictAboutTestsThatDoNotTestAnything="false" - bootstrap="../.Build/vendor/typo3/testing-framework/Resources/Core/Build/FunctionalTestsBootstrap.php" + bootstrap="../../.Build/vendor/typo3/testing-framework/Resources/Core/Build/FunctionalTestsBootstrap.php" cacheResult="false" colors="true" convertDeprecationsToExceptions="true" diff --git a/Build/tests/UnitTests.xml b/Build/tests/UnitTests.xml index 4eef49e..0e1fa6c 100644 --- a/Build/tests/UnitTests.xml +++ b/Build/tests/UnitTests.xml @@ -4,7 +4,7 @@ xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.6/phpunit.xsd" backupGlobals="true" beStrictAboutTestsThatDoNotTestAnything="false" - bootstrap="../.Build/vendor/typo3/testing-framework/Resources/Core/Build/UnitTestsBootstrap.php" + bootstrap="../../.Build/vendor/typo3/testing-framework/Resources/Core/Build/UnitTestsBootstrap.php" cacheResult="false" colors="true" convertDeprecationsToExceptions="true"