We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8221df commit b3dc18bCopy full SHA for b3dc18b
solid/tests/bootstrap.php
@@ -6,7 +6,7 @@
6
// phpcs:enable
7
}
8
9
-require_once __DIR__.'/../../../lib/base.php';
+require_once __DIR__.'../vendor/nextcloud/server/lib/base.php';
10
11
// Fix for "Autoload path not allowed: .../tests/lib/testcase.php"
12
\OC::$loader->addValidRoot(OC::$SERVERROOT . '/tests');
0 commit comments