Skip to content
Snippets Groups Projects
Commit 3c9615e7 authored by Reiter, Christoph's avatar Reiter, Christoph :snake:
Browse files

Add some unit tests for the authz data muxer

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.
parent 12e68e97
Branches
Tags
No related merge requests found
Checking pipeline status
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment