Actions
Task #77005
closedEpic #73121: Render() method arguments should be moved to initializeArguments()
Task #76914: Move method arguments to initializeArguments() in ext:fluid
CaseViewHelperTest: 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:
Sprint Focus:
On Location Sprint
Description
Spliting Ticket #76914 due to have two developers work on different parts.
sysext/fluid/Tests/Unit/ViewHelpers/Format/CaseViewHelperTest.php:100: $this->assertSame($expected, $this->subject->render($input, $mode), sprintf('The conversion with mode "%s" did not perform as expected.', $mode));
sysext/fluid/Classes/ViewHelpers/Format/CaseViewHelper.php:114: public function render($value = null, $mode = self::CASE_UPPER)
sysext/fluid/Classes/ViewHelpers/CaseViewHelper.php:42: public function render($value = null, $default = false)
Actions