diff --git a/Tests/Functional/Controller/Fixtures/TypoScript/Rendering.typoscript b/Tests/Functional/Controller/Fixtures/TypoScript/Setup/Rendering.typoscript similarity index 100% rename from Tests/Functional/Controller/Fixtures/TypoScript/Rendering.typoscript rename to Tests/Functional/Controller/Fixtures/TypoScript/Setup/Rendering.typoscript diff --git a/Tests/Functional/Controller/TeaControllerTest.php b/Tests/Functional/Controller/TeaControllerTest.php index 219c4ed..2006895 100644 --- a/Tests/Functional/Controller/TeaControllerTest.php +++ b/Tests/Functional/Controller/TeaControllerTest.php @@ -28,7 +28,7 @@ final class TeaControllerTest extends FunctionalTestCase $this->setUpFrontendRootPage(1, [ 'setup' => [ 'EXT:fluid_styled_content/Configuration/TypoScript/setup.typoscript', - 'EXT:tea/Tests/Functional/Controller/Fixtures/TypoScript/Rendering.typoscript', + 'EXT:tea/Tests/Functional/Controller/Fixtures/TypoScript/Setup/Rendering.typoscript', ], ]); }