[BUGFIX] Fix tests with phpunit 8.3.2
The new minor version of phpunit comes with a (probably) bug in their mock API that causes errors in reflection and ClassSchema construction. Also, partial mock with a function that does not exist, will now throw a warning. Resolves: #88910 Releases: master Change-Id: Ic43fc0f72f2f5cab97a7907f4f66ffe82516300b Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61433 Reviewed-by:Susanne Moog <look@susi.dev> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
Showing
- typo3/sysext/extbase/Tests/Unit/Mvc/View/JsonViewTest.php 22 additions, 7 deletionstypo3/sysext/extbase/Tests/Unit/Mvc/View/JsonViewTest.php
- typo3/sysext/extbase/Tests/Unit/Persistence/Generic/Mapper/DataMapperTest.php 4 additions, 4 deletions.../Tests/Unit/Persistence/Generic/Mapper/DataMapperTest.php
Please register or sign in to comment