Skip to content

Commit bb41c5b

Browse files
committed
Fix path typo
1 parent 0e4d13c commit bb41c5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/bootstrap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +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);
29+
\OC::$composerAutoloader->addPsr4('OCA\\UserOIDC\\BaseTest\\', dirname(__FILE__) . '/unit/MagentaCloud/', true);
3030
\OC_App::loadApp('user_oidc');
3131

3232
OC_Hook::clear();

0 commit comments

Comments
 (0)