Project

General

Profile

Actions

Task #76912

closed

Epic #73121: Render() method arguments should be moved to initializeArguments()

Move method arguments to initializeArguments() in ext:install

Added by Wouter Wolters almost 8 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2016-07-01
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Sprint Focus:

Description

Move method arguments to initializeArguments() in ext:install

Actions #1

Updated by Wouter Wolters almost 8 years ago

sysext/install/Tests/Unit/ViewHelpers/Format/PhpErrorCodeViewHelperTest.php:76: $actualString = $this->viewHelper->render($errorCode);
sysext/install/Classes/ViewHelpers/Be/ContainerViewHelper.php:65: public function render($pageTitle = '', $addCssFiles = array(), $addJsFiles = array())
sysext/install/Classes/ViewHelpers/File/SizeViewHelper.php:51: public function render($format = true)
sysext/install/Classes/ViewHelpers/File/ImageDimensionViewHelper.php:50: public function render($dimension = 'width')
sysext/install/Classes/ViewHelpers/File/ExistsViewHelper.php:43: public function render($file)
sysext/install/Classes/ViewHelpers/ConstantViewHelper.php:33: public function render($name)
sysext/install/Classes/ViewHelpers/Format/CropViewHelper.php:58: public function render($maxCharacters)
sysext/install/Classes/ViewHelpers/Format/PhpErrorCodeViewHelper.php:54: public function render($phpErrorCode)

Actions #2

Updated by Wouter Wolters over 7 years ago

  • Status changed from New to In Progress
Actions #3

Updated by Gerrit Code Review over 7 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/49124

Actions #4

Updated by Gerrit Code Review over 7 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/49124

Actions #5

Updated by Wouter Wolters over 7 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #6

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF