calendar/Tests/Fixtures/calendar_example/Configuration/TypoScript/Setup.typoscript
Daniel Siepmann 77dd56ad43
Add functional tests (#7)
This replaces the existing unit tests for the controller.
Functional tests are way better suited for testing the controller.
2023-01-04 07:12:17 +00:00

13 lines
216 B
Plaintext

plugin.tx_calendar_example {
view {
templateRootPaths {
10 = EXT:calendar_example/Resources/Private/Templates/
}
}
}
page = PAGE
page {
10 =< tt_content.calendar_example.20
}