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 ca1ba76 commit 4449b11Copy full SHA for 4449b11
1 file changed
test/Functional/Porter/Net/Http/HttpConnectorTest.php
@@ -11,7 +11,7 @@
11
12
final class HttpConnectorTest extends \PHPUnit_Framework_TestCase
13
{
14
- const HOST = 'localhost:12345';
+ const HOST = '[::1]:12345';
15
const URI = '/test?baz=qux';
16
17
private static $dir;
0 commit comments