Project

General

Profile

Task #77039

Updated by Roberto Torresani almost 8 years ago

sysext/fluid/Classes/ViewHelpers/Format/DateViewHelper.php:105: public function render($date = null, $format = '', $base = null) 
 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));

Back