mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-21 22:36:13 +01:00
[TASK] Separate the fixture TypoScript into setup and constants (#1225)
To prepare for more extended functional controller tests, we now have a dedicated folder for fixture TypoScript setup, allowing us to have a clear separation between setup and constants.
This commit is contained in:
parent
dcdb653fbc
commit
781c6f6521
2 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||
],
|
||||
]);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue