Project

General

Profile

Task #77000

Updated by Anja Leichsenring almost 8 years ago

Spliting Ticket #76914 due to have two developers work on different parts. 
 sysext/fluid/Classes/ViewHelpers/Format/HtmlentitiesViewHelper.php:68: public function render($value = null, $keepQuotes = false, $encoding = null, $doubleEncode = true) 
 sysext/fluid/Tests/Unit/ViewHelpers/Format/HtmlentitiesViewHelperTest.php:61: $actualResult = $this->viewHelper->render($source); 
 sysext/fluid/Tests/Unit/ViewHelpers/Format/HtmlentitiesViewHelperTest.php:72: $actualResult = $this->viewHelper->render($source); 
 sysext/fluid/Tests/Unit/ViewHelpers/Format/HtmlentitiesViewHelperTest.php:83: $actualResult = $this->viewHelper->render($source, true); 
 sysext/fluid/Tests/Unit/ViewHelpers/Format/HtmlentitiesViewHelperTest.php:94: $actualResult = $this->viewHelper->render($source, false, 'ISO-8859-1'); 
 sysext/fluid/Tests/Unit/ViewHelpers/Format/HtmlentitiesViewHelperTest.php:105: $actualResult = $this->viewHelper->render($source); 
 sysext/fluid/Tests/Unit/ViewHelpers/Format/HtmlentitiesViewHelperTest.php:116: $actualResult = $this->viewHelper->render($source, false, 'UTF-8', false); 
 sysext/fluid/Tests/Unit/ViewHelpers/Format/HtmlentitiesViewHelperTest.php:126: $actualResult = $this->viewHelper->render($source);

Back