<?php $loader = @include __DIR__ . '/../vendor/autoload.php'; if (!$loader) { $loader = require __DIR__ . '/../../../../vendor/autoload.php'; } $loader->addPsr4('React\\Tests\\EventLoop\\', __DIR__); if (!defined('SIGUSR1')) { define('SIGUSR1', 1); } if (!defined('SIGUSR2')) { define('SIGUSR2', 2); }
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
Timer | Folder | 0755 |
|
|
AbstractLoopTest.php | File | 17.24 KB | 0644 |
|
CallableStub.php | File | 107 B | 0644 |
|
ExtEvLoopTest.php | File | 355 B | 0644 |
|
ExtEventLoopTest.php | File | 2.33 KB | 0644 |
|
ExtLibevLoopTest.php | File | 454 B | 0644 |
|
ExtLibeventLoopTest.php | File | 1.38 KB | 0644 |
|
SignalsHandlerTest.php | File | 1.33 KB | 0644 |
|
StreamSelectLoopTest.php | File | 3.96 KB | 0644 |
|
TestCase.php | File | 1.11 KB | 0644 |
|
bootstrap.php | File | 317 B | 0644 |
|