<?php namespace React\Tests\EventLoop\Timer; use React\EventLoop\ExtEvLoop; class ExtEvTimerTest extends AbstractTimerTest { public function createLoop() { if (!class_exists('EvLoop')) { $this->markTestSkipped('ExtEvLoop tests skipped because ext-ev extension is not installed.'); } return new ExtEvLoop(); } }
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
AbstractTimerTest.php | File | 3.5 KB | 0644 |
|
ExtEvTimerTest.php | File | 363 B | 0644 |
|
ExtEventTimerTest.php | File | 368 B | 0644 |
|
ExtLibevTimerTest.php | File | 370 B | 0644 |
|
ExtLibeventTimerTest.php | File | 387 B | 0644 |
|
StreamSelectTimerTest.php | File | 228 B | 0644 |
|
TimersTest.php | File | 606 B | 0644 |
|