Skip to content

Commit e2f85ca

Browse files
committed
merged branch philipphoffmann/patch-1 (PR symfony#6722)
This PR was merged into the master branch. Commits ------- c1d5f16 Update src/Symfony/Component/HttpKernel/Tests/EventListener/RouterProxyListenerTest.php Discussion ---------- Typo fix Just a typo fix
2 parents de0d077 + c1d5f16 commit e2f85ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/HttpKernel/Tests/EventListener/RouterProxyListenerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ protected function setUp()
2626
}
2727
}
2828

29-
public function testOnlyTrigerredOnProxyRoute()
29+
public function testOnlyTriggeredOnProxyRoute()
3030
{
3131
$request = Request::create('http://example.com/foo?path=foo%3D=bar');
3232

0 commit comments

Comments
 (0)