Skip to content

Commit 4b64274

Browse files
committed
Adjusted parent test bootstrap loader path
1 parent 784eee2 commit 4b64274

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/bootstrap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
$loader = @include __DIR__ . '/../vendor/autoload.php';
44
if (!$loader) {
5-
$loader = require __DIR__ . '/../../../vendor/autoload.php';
5+
$loader = require __DIR__ . '/../../../../vendor/autoload.php';
66
}
77
$loader->addPsr4('React\\Tests\\Socket\\', __DIR__);

0 commit comments

Comments
 (0)