diff options
Diffstat (limited to 'assets/php/vendor/react/event-loop/tests/Timer/StreamSelectTimerTest.php')
-rwxr-xr-x | assets/php/vendor/react/event-loop/tests/Timer/StreamSelectTimerTest.php | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/assets/php/vendor/react/event-loop/tests/Timer/StreamSelectTimerTest.php b/assets/php/vendor/react/event-loop/tests/Timer/StreamSelectTimerTest.php deleted file mode 100755 index cfe1d7d..0000000 --- a/assets/php/vendor/react/event-loop/tests/Timer/StreamSelectTimerTest.php +++ /dev/null @@ -1,13 +0,0 @@ -<?php - -namespace React\Tests\EventLoop\Timer; - -use React\EventLoop\StreamSelectLoop; - -class StreamSelectTimerTest extends AbstractTimerTest -{ - public function createLoop() - { - return new StreamSelectLoop(); - } -} |