Actions
Bug #65320
closedEpic #65314: PHP7
BooleanNodeTest::convertToBooleanProperlyConvertsNumericValues
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\Fluid\Tests\Unit\Core\Parser\SyntaxTree\BooleanNodeTest::convertToBooleanProperlyConvertsNumericValues
Failed asserting that true is false.
/home/opitz/projects/typo3-master/typo3-src/typo3/sysext/fluid/Tests/Unit/Core/Parser/SyntaxTree/BooleanNodeTest.php:422
/home/opitz/projects/neos-git/Packages/Libraries/phpunit/phpunit/phpunit7:56
=> is_numeric handling changed for string, is_numeric('0x0') with 5.x TRUE, with 7.0 FALSE
=> Only change test or has this any relevance elsewhere?
Actions