Skip to content

Commit 50cfb66

Browse files
committed
Do not launch server in timeout test
1 parent d2b2f34 commit 50cfb66

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/SocketHttpClientTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,6 @@ public function testNetworkExceptionOnSslError()
188188
*/
189189
public function testNetworkExceptionOnTimeout()
190190
{
191-
$this->startServer('tcp-server');
192-
193191
$client = $this->createClient(['timeout' => 10]);
194192
$client->get('http://php.net', []);
195193
}

0 commit comments

Comments
 (0)