Actions
Task #77011
closedEpic #73121: Render() method arguments should be moved to initializeArguments()
Task #76914: Move method arguments to initializeArguments() in ext:fluid
DateViewHelperTest: Move method arguments to initializeArguments() in ext:fluid
Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2016-07-10
Due date:
% Done:
0%
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/DateViewHelperTest.php:264: $this->assertEquals($expected, $this->subject->render($date, $format));
sysext/fluid/Tests/Unit/ViewHelpers/Format/DateViewHelperTest.php:308: $this->assertEquals($expected, $this->subject->render($date, $format));
sysext/fluid/Tests/Unit/ViewHelpers/Format/DateViewHelperTest.php:345: $this->assertEquals($expected, $this->subject->render($timestamp, $format));
Actions