We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4242e25 commit 95e51c8Copy full SHA for 95e51c8
test/EventListener/RequestListenerTest.php
@@ -353,7 +353,7 @@ public function testOnKernelControllerAddsRouteTag(): void
353
354
$listener->onKernelController($event->reveal());
355
356
- $this->assertSame(['route' => 'sf-route'], $this->currentScope->getTags());
+ $this->assertSame(['route' => 'sf-route'], $this->getTagsContext($this->currentScope));
357
}
358
359
public function testOnKernelControllerRouteTagIsNotSetIfRequestDoesNotHaveARoute(): void
0 commit comments