Project

General

Profile

Actions

Bug #101681

closed

Classloading information is not removed after extension uninstall

Added by Benjamin Kott 11 months ago. Updated 9 days ago.

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

Also available in: Atom PDF