diff options
Diffstat (limited to 'assets/php/vendor/react/event-loop/tests/Timer/ExtEventTimerTest.php')
-rwxr-xr-x | assets/php/vendor/react/event-loop/tests/Timer/ExtEventTimerTest.php | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/assets/php/vendor/react/event-loop/tests/Timer/ExtEventTimerTest.php b/assets/php/vendor/react/event-loop/tests/Timer/ExtEventTimerTest.php deleted file mode 100755 index a7a6d00..0000000 --- a/assets/php/vendor/react/event-loop/tests/Timer/ExtEventTimerTest.php +++ /dev/null @@ -1,17 +0,0 @@ -<?php - -namespace React\Tests\EventLoop\Timer; - -use React\EventLoop\ExtEventLoop; - -class ExtEventTimerTest extends AbstractTimerTest -{ - public function createLoop() - { - if (!extension_loaded('event')) { - $this->markTestSkipped('ext-event tests skipped because ext-event is not installed.'); - } - - return new ExtEventLoop(); - } -} |