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.
2 parents 0e19e41 + 504d0b6 commit ce06750Copy full SHA for ce06750
tests/React/Tests/EventLoop/Timer/LibEventTimerTest.php
@@ -8,12 +8,15 @@ class LibEventTimerTest extends AbstractTimerTest
8
{
9
public function createLoop()
10
11
- $this->markTestSkipped('libevent timers are currently broken.');
12
-
13
if (!function_exists('event_base_new')) {
14
$this->markTestSkipped('libevent tests skipped because ext-libevent is not installed.');
15
}
16
17
return new LibEventLoop();
18
+
+ public function testAddPeriodicTimerCancelsItself()
19
+ {
20
+ $this->markTestSkipped('libevent timers are currently broken.');
21
+ }
22
0 commit comments