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 c45229f commit 6bd3890Copy full SHA for 6bd3890
tests/bootstrap.php
@@ -26,6 +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);
30
\OC_App::loadApp('user_oidc');
31
32
OC_Hook::clear();
0 commit comments