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.
1 parent 0e4d13c commit bb41c5bCopy full SHA for bb41c5b
tests/bootstrap.php
@@ -26,7 +26,7 @@
26
require_once __DIR__.'/../vendor/autoload.php';
27
28
\OC::$loader->addValidRoot(OC::$SERVERROOT . '/tests');
29
-\OC::$composerAutoloader->addPsr4('OCA\\UserOIDC\\BaseTest\\', dirname(__FILE__) . '/unit/MagentaCLOUD/', true);
+\OC::$composerAutoloader->addPsr4('OCA\\UserOIDC\\BaseTest\\', dirname(__FILE__) . '/unit/MagentaCloud/', true);
30
\OC_App::loadApp('user_oidc');
31
32
OC_Hook::clear();
0 commit comments