Actions
Bug #77008
closedEpic #73121: Render() method arguments should be moved to initializeArguments()
Task #76914: Move method arguments to initializeArguments() in ext:fluid
StripTagsViewHelperTest: Move method arguments to initializeArguments() in ext:fluid
Start date:
2016-07-10
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
On Location Sprint
Description
Spliting Ticket #76914 due to have two developers work on different parts.
sysext/fluid/Tests/Unit/ViewHelpers/Format/StripTagsViewHelperTest.php:79: $actualResult = $this->viewHelper->render($source, $allowed);
sysext/fluid/Tests/Unit/ViewHelpers/Format/StripTagsViewHelperTest.php:89: $actualResult = $this->viewHelper->render($source);
new line:
sysext/fluid/Classes/ViewHelpers/Format/StripTagsViewHelper.php:68: public function render($value = null, $allowedTags = null)
Actions