Skip to content

Commit

Permalink
Speed up HttpConnectorTest on Windows by circumventing DNS.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bilge committed Aug 30, 2016
1 parent ca1ba76 commit 4449b11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Functional/Porter/Net/Http/HttpConnectorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

final class HttpConnectorTest extends \PHPUnit_Framework_TestCase
{
const HOST = 'localhost:12345';
const HOST = '[::1]:12345';
const URI = '/test?baz=qux';

private static $dir;
Expand Down

0 comments on commit 4449b11

Please sign in to comment.