Skip to content

Commit

Permalink
Merge pull request #25 from LibreCodeCoop/backport/24/stable27
Browse files Browse the repository at this point in the history
[stable27] Fix appid
  • Loading branch information
vitormattos authored Feb 24, 2024
2 parents 39c9287 + f74bd1e commit d454267
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/php/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
}
require_once __DIR__.'/../../../../lib/base.php';
\OC::$loader->addValidRoot(\OC::$SERVERROOT . '/tests');
\OC_App::loadApp('my_company');
\OC_App::loadApp('l10n_override');
if (!class_exists('\PHPUnit\Framework\TestCase')) {
require_once('PHPUnit/Autoload.php');
}
Expand Down

0 comments on commit d454267

Please sign in to comment.