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.
1 parent 707a875 commit 4f2108eCopy full SHA for 4f2108e
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