tao-test/app/vendor/react/child-process/tests/StreamSelectLoopProcessTest.php

14 lines
233 B
PHP

<?php
namespace React\Tests\ChildProcess;
use React\EventLoop\StreamSelectLoop;
class StreamSelectLoopProcessTest extends AbstractProcessTest
{
public function createLoop()
{
return new StreamSelectLoop();
}
}