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 317f54e + be2179d commit 1b709f0Copy full SHA for 1b709f0
1 file changed
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\\Dns\\', __DIR__);
0 commit comments