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 784eee2 commit 4b64274Copy full SHA for 4b64274
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\\Socket\\', __DIR__);
0 commit comments