Project

General

Profile

Task #83120

Updated by Fabian Auer over 6 years ago

PHP 7.2 ist TYPO3 7.6 is not fully supported by TYPO3 7.6 for PHP 7.2 yet. 

 Unit Test not working: 
 [27-Nov-2017 15:34:58 UTC] PHP Fatal error:  Declaration of SebastianBergmann\Comparator\DOMNodeComparator::assertEquals($expected, $actual, $delta = 0, $canonicalize = false, $ignoreCase = false) must be compatible with SebastianBergmann\Comparator\ObjectComparator::assertEquals($expected, $actual, $delta = 0, $canonicalize = false, $ignoreCase = false, array &$processed = Array) in /var/www/web/vendor/sebastian/comparator/src/DOMNodeComparator.php on line 110 

 Fatal error: Declaration of SebastianBergmann\Comparator\DOMNodeComparator::assertEquals($expected, $actual, $delta = 0, $canonicalize = false, $ignoreCase = false) must be compatible with SebastianBergmann\Comparator\ObjectComparator::assertEquals($expected, $actual, $delta = 0, $canonicalize = false, $ignoreCase = false, array &$processed = Array) in /var/www/web/vendor/sebastian/comparator/src/DOMNodeComparator.php on line 110 


 Backend Login breaks cause of missing condition for count() function. 

 Ticket as wrapper for all PHP 7.2 related fixeds in TYPO3 7.6.

Back