merged branch philipphoffmann/patch-1 (PR #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
This commit is contained in:
Fabien Potencier 2013-01-13 20:55:12 +01:00
commit e2f85cad89

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');