Skip to content

Commit 1b709f0

Browse files
committed
Merge branch 'refs/heads/parent-test-fix'
2 parents 317f54e + be2179d commit 1b709f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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\\Dns\\', __DIR__);

0 commit comments

Comments
 (0)