Skip to content

Commit c85705a

Browse files
committed
fix unit test for proxies
1 parent cccbc4d commit c85705a

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

test/suites/PhantomJsClientTest.php

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,4 @@ public function testSocks4Proxy()
4646
{
4747
$this->markTestSkipped('Phantomjs does not support socks4 proxies');
4848
}
49-
50-
public function testHttpProxy()
51-
{
52-
$this->markTestSkipped('http proxy server does not work yet');
53-
}
54-
55-
public function testSocks5Proxy()
56-
{
57-
$this->markTestSkipped('socks5 proxy server does not work yet');
58-
}
5949
}

0 commit comments

Comments
 (0)