Skip to content

Commit 6bd3890

Browse files
committed
Add Magenta namespace for unittests
1 parent c45229f commit 6bd3890

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/bootstrap.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
require_once __DIR__.'/../vendor/autoload.php';
2727

2828
\OC::$loader->addValidRoot(OC::$SERVERROOT . '/tests');
29+
\OC::$composerAutoloader->addPsr4('OCA\\UserOIDC\\BaseTest\\', dirname(__FILE__) . '/unit/MagentaCLOUD/', true);
2930
\OC_App::loadApp('user_oidc');
3031

3132
OC_Hook::clear();

0 commit comments

Comments
 (0)