* weaverryan/security_context_missing_logging: [Security] Removing test per @schmittjoh as this area is better functionally-tested [Security] Adding tests and then fixing bug where ContextListener did no logging
@@ -47,6 +47,7 @@ class ContextListener implements ListenerInterface
$this->context = $context;
$this->userProviders = $userProviders;
$this->contextKey = $contextKey;
+ $this->logger = $logger;
if (null !== $dispatcher) {
$dispatcher->addListener(Events::onCoreResponse, $this);