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 644b2a6 commit c275695Copy full SHA for c275695
tests/IntegrationTest.php
@@ -38,6 +38,8 @@ public function testPingCtorWithExplicitUnixUrlSendsRequestToGivenUnixSocket()
38
unlink($path);
39
40
$this->assertEquals('/_ping', $value);
41
+
42
+ $socket->close();
43
}
44
45
public function testPingCtorWithExplicitHttpUrlSendsRequestToGivenHttpUrlWithBase()
@@ -58,5 +60,7 @@ public function testPingCtorWithExplicitHttpUrlSendsRequestToGivenHttpUrlWithBas
58
60
$value = \Clue\React\Block\await($deferred->promise(), $loop, 1.0);
59
61
62
$this->assertEquals('/base/_ping', $value);
63
64
65
66
0 commit comments