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

14 lines
233 B
PHP
Raw Normal View History

2022-08-29 20:14:13 +02:00
<?php
namespace React\Tests\ChildProcess;
use React\EventLoop\StreamSelectLoop;
class StreamSelectLoopProcessTest extends AbstractProcessTest
{
public function createLoop()
{
return new StreamSelectLoop();
}
}