Actions
Task #101215
closedUseless test in GeneralUtilityTest.php
Start date:
2023-07-01
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
13
PHP Version:
Tags:
Complexity:
Sprint Focus:
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.
Actions