Skip to content
  • Reiter, Christoph's avatar
    Add some unit tests for the authz data muxer · 3c9615e7
    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
Loading