Actions
Feature #94993
closedAllow to use GeneralUtility::xml2array without cache
Status:
Closed
Priority:
Should have
Assignee:
Category:
-
Target version:
Start date:
2021-08-25
Due date:
% Done:
100%
Estimated time:
PHP Version:
7.4
Tags:
Complexity:
Sprint Focus:
Description
We need this for two reasons in our customer projects:
- Many unique calls that consume unnecessary memory due to internal caching
- Usage within PHPUnit data providers. It would generate a singleton instance which is unexpected and unrelated to the test, but breaks tests as it is called before resetting singletons. This should also work without tests in UnitTests.
Actions