Skip to content
Snippets Groups Projects
Select Git revision
  • 3c9615e7f006758a44cb30c2ab49901eeb8789b4
  • main default protected
  • register-logging-channel
  • expr-lang
  • ci-82
  • attr-events
  • locale-wip
  • custom-routes
  • v0.1.85
  • v0.1.84
  • v0.1.83
  • v0.1.82
  • v0.1.81
  • v0.1.80
  • v0.1.79
  • v0.1.78
  • v0.1.77
  • v0.1.76
  • v0.1.75
  • v0.1.74
  • v0.1.73
  • v0.1.72
  • v0.1.71
  • v0.1.70
  • v0.1.69
  • v0.1.68
  • v0.1.67
  • v0.1.65
28 results

AuthorizationDataMuxer.php

  • Reiter, Christoph's avatar
    3c9615e7
    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
    History
    Add some unit tests for the authz data muxer
    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.