[BUGFIX] Remove singleton for EXT:form Localization
\TYPO3\CMS\Form\Localization is a singleton class with constructor parameters. This is an antipattern and broken by design. As an effect it leads to warnings in unit tests and makes the class unusable with multiple files. The patch removes the implementation of the singletonInterface, but sets the default localization file as default parameter to keep backwards compatibility. Change-Id: I3ed5c77c5c3a653c8d5e7259baa64a41c8c20859 Resolves: #42280 Releases: 6.0 Reviewed-on: http://review.typo3.org/15886 Reviewed-by: Steffen Ritter Reviewed-by: Wouter Wolters Reviewed-by: Nicole Cordes Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
Please register or sign in to comment