Skip to content

Commit 95e51c8

Browse files
committed
Fix one last missing test
1 parent 4242e25 commit 95e51c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/EventListener/RequestListenerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ public function testOnKernelControllerAddsRouteTag(): void
353353

354354
$listener->onKernelController($event->reveal());
355355

356-
$this->assertSame(['route' => 'sf-route'], $this->currentScope->getTags());
356+
$this->assertSame(['route' => 'sf-route'], $this->getTagsContext($this->currentScope));
357357
}
358358

359359
public function testOnKernelControllerRouteTagIsNotSetIfRequestDoesNotHaveARoute(): void

0 commit comments

Comments
 (0)