- Issue created by @kristiaanvandeneynde
We introduced extra hardening in the VariationCache but for BC reasons could not throw an exception. We ended up going for a trigger_error with level E_USER_WARNING instead, but writing the tests in a way already that they expect a LogicException. This was achieved by having the tests user a custom error handler. See 🐛 VariationCache needs to be more defensive about cache context manipulation to avoid broken redirects Fixed
The goal is to remove this trigger_error in favor of an actual LogicException and to remove the small workaround from the tests.
N/A
Wait for D12 branch to become available
N/A
N/A
N/A
N/A
TBD
Active
11.0 🔥