Skip to content

Commit 4449b11

Browse files
committed
Speed up HttpConnectorTest on Windows by circumventing DNS.
1 parent ca1ba76 commit 4449b11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Functional/Porter/Net/Http/HttpConnectorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
final class HttpConnectorTest extends \PHPUnit_Framework_TestCase
1313
{
14-
const HOST = 'localhost:12345';
14+
const HOST = '[::1]:12345';
1515
const URI = '/test?baz=qux';
1616

1717
private static $dir;

0 commit comments

Comments
 (0)