[BUGFIX] Unit tests call parent::tearDown()
For the memory garbage collection of UnitTestCase to kick in, it is important that unit tests which implement tearDown() call parent after their own job. Fix some missing parent calls, refactor some other tests slightly to live without tearDown() and activate two tests that come with an invalid @depends annotation. Change-Id: I51c7534ea3220ec63fd8c3efa94e8bf295590e68 Resolves: #83944 Releases: master, 8.7 Reviewed-on: https://review.typo3.org/55761 Tested-by:TYPO3com <no-reply@typo3.com> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Mathias Schreiber <mathias.schreiber@typo3.com> Tested-by:
Mathias Schreiber <mathias.schreiber@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
Showing
- typo3/sysext/backend/Tests/Unit/Form/FormDataProvider/TcaRecordTitleTest.php 1 addition, 0 deletions...d/Tests/Unit/Form/FormDataProvider/TcaRecordTitleTest.php
- typo3/sysext/backend/Tests/Unit/Routing/UriBuilderTest.php 0 additions, 5 deletionstypo3/sysext/backend/Tests/Unit/Routing/UriBuilderTest.php
- typo3/sysext/core/Tests/Unit/Database/RelationHandlerTest.php 0 additions, 7 deletions...3/sysext/core/Tests/Unit/Database/RelationHandlerTest.php
- typo3/sysext/core/Tests/Unit/Http/ServerRequestTest.php 2 additions, 3 deletionstypo3/sysext/core/Tests/Unit/Http/ServerRequestTest.php
- typo3/sysext/core/Tests/Unit/Http/UploadedFileTest.php 1 addition, 0 deletionstypo3/sysext/core/Tests/Unit/Http/UploadedFileTest.php
- typo3/sysext/core/Tests/Unit/Imaging/IconProvider/SvgIconProviderTest.php 6 additions, 18 deletions...e/Tests/Unit/Imaging/IconProvider/SvgIconProviderTest.php
- typo3/sysext/extbase/Tests/Unit/Utility/LocalizationUtilityTest.php 2 additions, 0 deletions...xt/extbase/Tests/Unit/Utility/LocalizationUtilityTest.php
- typo3/sysext/form/Tests/Unit/Mvc/Property/PropertyMappingConfigurationTest.php 1 addition, 0 deletions...ts/Unit/Mvc/Property/PropertyMappingConfigurationTest.php
Please register or sign in to comment