Actions
Bug #81931
closedFailed unit tests when using GeneralUtility::purgeInstances in other tests
Status:
Rejected
Priority:
Should have
Assignee:
Category:
Miscellaneous
Target version:
Start date:
2017-07-20
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
If a UnitTest is using "GeneralUtility::purgeInstances()" other tests fail.
There are a lot of UnitTests that have dependencies on previous test classes and test calls. This must be resolved. Each test must be run in its own scope.
- \TYPO3\CMS\Core\Tests\Unit\Utility\RootlineUtilityTest
- \TYPO3\CMS\Extbase\Tests\Unit\Object\Container\ContainerTest
- \TYPO3\CMS\Extbase\Tests\Unit\Persistence\Generic\BackendTest
- \TYPO3\CMS\Extbase\Tests\Unit\Utility\LocalizationUtilityTest
- ...
Updated by Gerrit Code Review over 7 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/53556
Updated by Wouter Wolters about 7 years ago
- Status changed from Under Review to Rejected
Actions