Skip to content

Commit

Permalink
[TASK] Make renderFluidTemplateInTestSite mimic extbase request
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminkott committed May 16, 2023
1 parent 4080a0f commit 544bac4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Build/FunctionalTests.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
stopOnFailure="false"
stopOnIncomplete="false"
stopOnSkipped="false"
displayDetailsOnTestsThatTriggerDeprecations="true"
displayDetailsOnTestsThatTriggerErrors="true"
displayDetailsOnTestsThatTriggerNotices="true"
displayDetailsOnTestsThatTriggerWarnings="true"
beStrictAboutTestsThatDoNotTestAnything="false"
>
<testsuites>
Expand Down
4 changes: 4 additions & 0 deletions Tests/Functional/SiteBasedTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,10 @@ protected function renderFluidTemplateInTestSite(string $template, array $instru
'page.10 {',
' template = TEXT',
' template.value = ' . $template,
' extbase.pluginName = Posts',
' extbase.controllerExtensionName = Blog',
' extbase.controllerName = Posts',
' extbase.controllerActionName = listRecentPosts',
' dataProcessing {',
' 1 = T3G\AgencyPack\Blog\Tests\Functional\Helpers\TestDataProcessor',
' 1 {',
Expand Down

0 comments on commit 544bac4

Please sign in to comment.