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 2a9915e commit e366772Copy full SHA for e366772
src/Symfony/Component/HttpKernel/Tests/EventListener/RouterListenerTest.php
@@ -159,7 +159,7 @@ public function getLoggingParameterData()
159
/**
160
* @expectedException \Symfony\Component\HttpKernel\Exception\BadRequestHttpException
161
*/
162
- public function testSubRequestWithBadHost()
+ public function testRequestWithBadHost()
163
{
164
$kernel = $this->getMockBuilder('Symfony\Component\HttpKernel\HttpKernelInterface')->getMock();
165
$request = Request::create('http://bad host %22/');
0 commit comments