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

Just a typo fix
This commit is contained in:
Philipp Hoffmann 2013-01-13 12:48:31 +01:00
parent d506106b77
commit c1d5f16c87

View File

@ -26,7 +26,7 @@ class RouterProxyListenerTest extends \PHPUnit_Framework_TestCase
}
}
public function testOnlyTrigerredOnProxyRoute()
public function testOnlyTriggeredOnProxyRoute()
{
$request = Request::create('http://example.com/foo?path=foo%3D=bar');