Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 878b4e3

Browse files
Merge branch '6.4' into 7.1
* 6.4: Fix typo
2 parents 6ea3cbe + f7cd287 commit 878b4e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Contracts/HttpClient/Test/HttpClientTestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -737,7 +737,7 @@ public function testIdnResolve()
737737

738738
public function testIPv6Resolve()
739739
{
740-
TestHttpServer::start(-8087, '[::1]');
740+
TestHttpServer::start(-8087);
741741

742742
$client = $this->getHttpClient(__FUNCTION__);
743743
$response = $client->request('GET', 'http://symfony.com:8087/', [

0 commit comments

Comments
 (0)