Skip to content
Snippets Groups Projects
Christoph Reiter's avatar
Reiter, Christoph authored
Two issues this uncovered:

* The caching was using the class name, which doesn't work with tests
  because we have two instances of the same class there, use spl_object_id()
  instead.
* The default value was set before the events instead of at the end.
3c9615e7
History