Project

General

Profile

Bug #65321

Updated by Alexander Opitz almost 9 years ago

The test crashes PHP7 with a memory corruption if TYPO3\CMS\Extbase\Tests\Unit\Mvc\Web\RequestBuilderTest is tested completely. As StandAlone Test it returns corruption. 

 1) TYPO3\CMS\Extbase\Tests\Unit\Mvc\Web\RequestBuilderTest::buildThrowsExceptionIfControllerConfigurationIsEmptyOrNotSet 
 Illegal offset type 

 typo3-master/typo3-src/typo3/sysext/extbase/Classes/Mvc/Web/RequestBuilder.php:202 
 typo3-master/typo3-src/typo3/sysext/extbase/Classes/Mvc/Web/RequestBuilder.php:134 
 typo3-master/typo3-src/typo3/sysext/extbase/Tests/Unit/Mvc/Web/RequestBuilderTest.php:250 
 neos-git/Packages/Libraries/phpunit/phpunit/src/TextUI/Command.php:153 
 neos-git/Packages/Libraries/phpunit/phpunit/src/TextUI/Command.php:105 
 neos-git/Packages/Libraries/phpunit/phpunit/phpunit7:56 

 => Build PHP7 with debug. 
 => Open an issue in PHP 7 issue tracker.

Back