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 8479825 commit 86428ecCopy full SHA for 86428ec
tests/bootstrap.php
@@ -2,6 +2,6 @@
2
3
$loader = @include __DIR__ . '/../vendor/autoload.php';
4
if (!$loader) {
5
- $loader = require __DIR__ . '/../../../vendor/autoload.php';
+ $loader = require __DIR__ . '/../../../../vendor/autoload.php';
6
}
7
$loader->addPsr4('React\\Tests\\Http\\', __DIR__);
0 commit comments