Skip to content

Commit e366772

Browse files
committed
[HttpKernel] Fixed test name
1 parent 2a9915e commit e366772

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ public function getLoggingParameterData()
159159
/**
160160
* @expectedException \Symfony\Component\HttpKernel\Exception\BadRequestHttpException
161161
*/
162-
public function testSubRequestWithBadHost()
162+
public function testRequestWithBadHost()
163163
{
164164
$kernel = $this->getMockBuilder('Symfony\Component\HttpKernel\HttpKernelInterface')->getMock();
165165
$request = Request::create('http://bad host %22/');

0 commit comments

Comments
 (0)