8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 707a875 + 4f2108e commit b2a3488Copy full SHA for b2a3488
composer.json
@@ -17,5 +17,10 @@
17
"psr-4": {
18
"React\\EventLoop\\": "src"
19
}
20
+ },
21
+ "autoload-dev": {
22
+ "psr-4": {
23
+ "React\\Tests\\EventLoop\\": "tests"
24
+ }
25
26
tests/bootstrap.php
@@ -1,11 +1,5 @@
1
<?php
2
3
-$loader = @include __DIR__ . '/../vendor/autoload.php';
4
-if (!$loader) {
5
- $loader = require __DIR__ . '/../../../../vendor/autoload.php';
6
-}
7
-$loader->addPsr4('React\\Tests\\EventLoop\\', __DIR__);
8
-
9
if (!defined('SIGUSR1')) {
10
define('SIGUSR1', 1);
11
0 commit comments