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.
2 parents a47c3ac + 465fdee commit 14a02c3Copy full SHA for 14a02c3
tests/bootstrap.php
@@ -1,5 +1,7 @@
1
<?php
2
3
+declare(strict_types=1);
4
+
5
/**
6
* SPDX-FileCopyrightText: 2017 Nextcloud GmbH and Nextcloud contributors
7
* SPDX-License-Identifier: AGPL-3.0-or-later
@@ -9,7 +11,7 @@
9
11
require_once __DIR__ . '/../../../lib/base.php';
10
12
require_once __DIR__ . '/../vendor/autoload.php';
13
-\OC::$composerAutoloader->addPsr4('Tests\\', OC::$SERVERROOT . '/tests/unit/', true);
14
+require_once __DIR__ . '/../../../tests/autoload.php';
15
16
\OC_App::loadApp('circles');
17
0 commit comments