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 3c699b9 commit 82cd4d3Copy full SHA for 82cd4d3
1 file changed
tests/TcpServerTest.php
@@ -66,8 +66,8 @@ public function testDataEventWillNotBeEmittedWhenClientSendsNoData()
66
$this->server->on('connection', function ($conn) use ($mock) {
67
$conn->on('data', $mock);
68
});
69
- $this->loop->tick();
70
+ $this->tick();
71
}
72
73
public function testDataWillBeEmittedWithDataClientSends()
0 commit comments