Actions
Bug #40147
closedTask #40095: Move core to namespaces
Fix test dependency to autoloader
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2012-08-24
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.0
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The new class_alias() mapping in the autoloader makes the autoloader behave weird if it is unregistered and registered multiple times during one call. This is the case in unit tests and can lead to fatals in other tests. For now, the it is checked if the autoloader already loaded the class alias map to no redo this again and the internal mapping is not overwritten to an empty array.
Updated by Gerrit Code Review about 12 years ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/14054
Updated by Gerrit Code Review about 12 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/14054
Updated by Christian Kuhn about 12 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 3928479e206f03dd6a7ca4d7049de9364fbd246b.
Actions