Actions
Bug #101681
closedClassloading information is not removed after extension uninstall
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2023-08-14
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
13
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
After an extension is uninstalled the classloading information is still available and not removed.
- Validate check if bootstrap_package is installed
- check autoload_classmap to CONTAIN bootstrap_package entries
- check autoload_psr4 to CONTAIN bootstrap_package entries
- go to extension manager
- uninstall bootstrap_package
- check autoload_classmap to still CONTAIN bootstrap_package entries
- check autoload_psr4 to still CONTAIN bootstrap_package entries
Expected behaviour
- Entries removed
Files
Actions