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 914304f commit 7fcbcffCopy full SHA for 7fcbcff
2 files changed
tests/AbstractLoopTest.php
@@ -262,6 +262,8 @@ public function testRemoveInvalid()
262
// remove a valid stream from the event loop that was never added in the first place
263
$this->loop->removeReadStream($stream);
264
$this->loop->removeWriteStream($stream);
265
+
266
+ $this->assertTrue(true);
267
}
268
269
/** @test */
tests/Timer/TimersTest.php
@@ -25,5 +25,7 @@ public function testBlockedTimer()
25
}));
26
27
$timers->tick();
28
29
30
31
0 commit comments