Task #77007
closedEpic #73121: Render() method arguments should be moved to initializeArguments()
Task #76914: Move method arguments to initializeArguments() in ext:fluid
HtmlentitiesDecodeViewHelperTest: Move method arguments to initializeArguments() in ext:fluid
100%
Description
Spliting Ticket #76914 due to have different developers work on different parts.
sysext/fluid/Tests/Unit/ViewHelpers/Format/HtmlentitiesDecodeViewHelperTest.php:67: $actualResult = $this->viewHelper->render($source);
sysext/fluid/Tests/Unit/ViewHelpers/Format/HtmlentitiesDecodeViewHelperTest.php:78: $actualResult = $this->viewHelper->render($source);
sysext/fluid/Tests/Unit/ViewHelpers/Format/HtmlentitiesDecodeViewHelperTest.php:89: $actualResult = $this->viewHelper->render($source, true);
sysext/fluid/Tests/Unit/ViewHelpers/Format/HtmlentitiesDecodeViewHelperTest.php:100: $actualResult = $this->viewHelper->render($source, false, 'ISO-8859-1');
sysext/fluid/Tests/Unit/ViewHelpers/Format/HtmlentitiesDecodeViewHelperTest.php:110: $actualResult = $this->viewHelper->render($source);
sysext/fluid/Classes/ViewHelpers/Format/HtmlentitiesDecodeViewHelper.php:67: public function render($value = null, $keepQuotes = false, $encoding = null)