404

[ Avaa Bypassed ]




Upload:

Command:

botdev@3.15.197.159: ~ $
<?php

namespace React\Tests\EventLoop\Timer;

use React\EventLoop\ExtLibevLoop;

class ExtLibevTimerTest extends AbstractTimerTest
{
    public function createLoop()
    {
        if (!class_exists('libev\EventLoop')) {
            $this->markTestSkipped('libev tests skipped because ext-libev is not installed.');
        }

        return new ExtLibevLoop();
    }
}

Filemanager

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