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
100%
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)
Updated by Gerrit Code Review over 8 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/48876
Updated by Ivaylo Ivanov over 8 years ago
- Status changed from Under Review to In Progress
- Assignee set to Ivaylo Ivanov
Updated by Gerrit Code Review over 8 years ago
- Status changed from In Progress to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/48893
Updated by Ivaylo Ivanov over 8 years ago
- Assignee changed from Ivaylo Ivanov to Anja Leichsenring
- % Done changed from 0 to 50
Updated by Ivaylo Ivanov over 8 years ago
- Status changed from Under Review to In Progress
- Assignee changed from Anja Leichsenring to Ivaylo Ivanov
- add the patch for the main class
Updated by Gerrit Code Review over 8 years ago
- Status changed from In Progress to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/48895
Updated by Gerrit Code Review over 8 years ago
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/48896
Updated by Gerrit Code Review over 8 years ago
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/48897
Updated by Gerrit Code Review over 8 years ago
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/48898
Updated by Gerrit Code Review over 8 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/48898
Updated by Gerrit Code Review over 8 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/48898
Updated by Ivaylo Ivanov over 8 years ago
- Status changed from Under Review to Resolved
Applied in changeset 08d691ea71e2485d0bad626b45043c750b441353.