init
This commit is contained in:
13
vendor/react/event-loop/tests/Timer/StreamSelectTimerTest.php
vendored
Executable file
13
vendor/react/event-loop/tests/Timer/StreamSelectTimerTest.php
vendored
Executable file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace React\Tests\EventLoop\Timer;
|
||||
|
||||
use React\EventLoop\StreamSelectLoop;
|
||||
|
||||
class StreamSelectTimerTest extends AbstractTimerTest
|
||||
{
|
||||
public function createLoop()
|
||||
{
|
||||
return new StreamSelectLoop();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user