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.
2 parents c4ddfe3 + 65884c8 commit fc6a543Copy full SHA for fc6a543
tests/bootstrap.php
@@ -8,10 +8,10 @@
8
*/
9
define('PHPUNIT_RUN', 1);
10
11
+require_once __DIR__ . '/../../../tests/autoload.php';
12
require_once __DIR__ . '/../../../lib/base.php';
13
require_once __DIR__ . '/../vendor/autoload.php';
14
-\OC::$loader->addValidRoot(OC::$SERVERROOT . '/tests');
15
\OC_App::loadApp('mail');
16
17
OC_Hook::clear();
0 commit comments