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 c528e75 commit a09e0dbCopy full SHA for a09e0db
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\\Stream\\', __DIR__);
0 commit comments