Skip to content

Commit b3dc18b

Browse files
committed
update base path
1 parent c8221df commit b3dc18b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

solid/tests/bootstrap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// phpcs:enable
77
}
88

9-
require_once __DIR__.'/../../../lib/base.php';
9+
require_once __DIR__.'../vendor/nextcloud/server/lib/base.php';
1010

1111
// Fix for "Autoload path not allowed: .../tests/lib/testcase.php"
1212
\OC::$loader->addValidRoot(OC::$SERVERROOT . '/tests');

0 commit comments

Comments
 (0)