[TASK] Move ExceptionHandler tests into real class instances
The accessibleMockForAbstractClasses is a discouraged concept anyways, and in this case the constructor definition in the interface caused a test failure. Moving the tests to concrete classes solves the failure and also gets rid of the abstract class mock. Resolves: #90942 Releases: master, 9.5 Change-Id: I902cabd3290761c1525b128eb18822199f337cb5 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/64066 Tested-by:Alexander Schnitzler <git@alexanderschnitzler.de> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Alexander Schnitzler <git@alexanderschnitzler.de> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de>
Showing
- typo3/sysext/core/Tests/Unit/Error/AbstractExceptionHandlerTest.php 0 additions, 69 deletions...xt/core/Tests/Unit/Error/AbstractExceptionHandlerTest.php
- typo3/sysext/core/Tests/Unit/Error/DebugExceptionHandlerTest.php 57 additions, 0 deletions...ysext/core/Tests/Unit/Error/DebugExceptionHandlerTest.php
- typo3/sysext/core/Tests/Unit/Error/ProductionExceptionHandlerTest.php 58 additions, 0 deletions.../core/Tests/Unit/Error/ProductionExceptionHandlerTest.php
Please register or sign in to comment