[TASK] Turn a couple of unit tests into functionals
To reduce mocking and GeneralUtility instance tampering, a couple of error handling related tests are turned into functional tests. Also, a data provider case that misuses an unrelated class is removed. Resolves: #104755 Releases: main Change-Id: I0e33ec87a46d4c948a52388fc388cdd4e6780def Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/85801 Tested-by:Garvin Hicking <gh@faktor-e.de> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Garvin Hicking <gh@faktor-e.de> Tested-by:
core-ci <typo3@b13.com> Reviewed-by:
Nikita Hovratov <nikita.h@live.de> Tested-by:
Nikita Hovratov <nikita.h@live.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch>
Showing
- typo3/sysext/core/Tests/Functional/Error/ProductionExceptionHandlerTest.php 4 additions, 15 deletions...Tests/Functional/Error/ProductionExceptionHandlerTest.php
- typo3/sysext/core/Tests/Unit/Mail/MailerTest.php 0 additions, 2 deletionstypo3/sysext/core/Tests/Unit/Mail/MailerTest.php
- typo3/sysext/frontend/Tests/Functional/Controller/ErrorControllerTest.php 3 additions, 30 deletions...ntend/Tests/Functional/Controller/ErrorControllerTest.php
- typo3/sysext/frontend/Tests/Functional/Middleware/PageArgumentValidatorTest.php 3 additions, 32 deletions...Tests/Functional/Middleware/PageArgumentValidatorTest.php
Please register or sign in to comment