Task #101215
closedUseless test in GeneralUtilityTest.php
100%
Description
The test htmlspecialcharsDecodeReturnsDecodedString
is pretty useless, since it only tests encoding and decoding a string with PHP native functions. Previously GeneralUtility::htmlspecialchars_decode()
was tested, which has been replaced with PHP native htmlspecialchars_decode
with #54777 in TYPO3 6.2.
Updated by Torben Hansen over 1 year ago
- Related to Task #54777: Use PHP native htmlspecialchars_decode() added
Updated by Gerrit Code Review over 1 year ago
- Status changed from New to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/79579
Updated by Gerrit Code Review over 1 year ago
Patch set 2 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/79579
Updated by Gerrit Code Review over 1 year ago
Patch set 1 for branch 12.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/79538
Updated by Torben Hansen over 1 year ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset fc5e9f7e37dd15d873d949c84cb603e0968ea202.