Skip to content

Commit d78a98d

Browse files
minor symfony#25764 [HttpKernel] Fixed test name (lyrixx)
This PR was merged into the 2.7 branch. Discussion ---------- [HttpKernel] Fixed test name | Q | A | ------------- | --- | Branch? | 2.7 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | symfony#25750 (comment) | License | MIT | Doc PR | Commits ------- e366772 [HttpKernel] Fixed test name
2 parents 2a9915e + e366772 commit d78a98d

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)