Actions
Bug #65317
closedEpic #65314: PHP7
TypoScriptParserTest::executeValueModifierReturnsModifiedResult
Start date:
2015-02-25
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
7.0
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
TYPO3\CMS\Core\Tests\Unit\TypoScript\Parser\TypoScriptParserTest::executeValueModifierReturnsModifiedResult with data set "sortList sorts a list numeric descending" ('sortList', '10,100,0,20,abc,-20', 'descending,numeric', '100,20,10,0,abc,-20') Failed asserting that two strings are equal. --- Expected +++ Actual @@ @@ -'100,20,10,0,abc,-20' +'100,20,10,abc,0,-20' /home/opitz/projects/typo3-master/typo3-src/typo3/sysext/core/Tests/Unit/TypoScript/Parser/TypoScriptParserTest.php:227 /home/opitz/projects/neos-git/Packages/Libraries/phpunit/phpunit/phpunit7:56
=> sort, internally same issue on swap?
=> Same on HHVM
Actions