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 d815f63 commit e71b629Copy full SHA for e71b629
.github/workflows/phpunit-sqlite.yml
@@ -89,6 +89,7 @@ jobs:
89
mkdir data
90
./occ maintenance:install --verbose --database=sqlite --database-name=nextcloud --database-host=127.0.0.1 --database-port=$DB_PORT --database-user=root --database-pass=rootpassword --admin-user admin --admin-pass admin
91
./occ app:enable --force ${{ env.APP_NAME }}
92
+ ./occ app:disable files_external
93
94
- name: Check PHPUnit script is defined
95
id: check_phpunit
tests/bootstrap.php
@@ -5,5 +5,5 @@
5
6
require_once __DIR__ . '/../../../tests/bootstrap.php';
7
8
-\OC::$server->get(IAppManager::class)->loadApp(Application::APP_ID);
+\OCP\Server::get(IAppManager::class)->loadApp(Application::APP_ID);
9
OC_Hook::clear();
0 commit comments