Skip to content

Commit 43b3ab9

Browse files
committed
Fix path typo
1 parent f480a66 commit 43b3ab9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)