Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/serverinfo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkesselb <mail@danielkesselberg.de>2020-04-18 12:36:23 +0300
committerGitHub <noreply@github.com>2020-04-18 12:36:23 +0300
commitefeed3479fd048b403c6a72ebf74241a971a065c (patch)
tree0584747595c844f66977004f5b6ded042874b59d /tests/bootstrap.php
parent4e8a4f980fb3d144060af59dec9d4c71759b3f7a (diff)
parent3645495d73dd21d125c32a9d598bd56232478c28 (diff)
Merge pull request #201 from nextcloud/enh/conding-standards
Add nextcloud code standards
Diffstat (limited to 'tests/bootstrap.php')
-rw-r--r--tests/bootstrap.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/bootstrap.php b/tests/bootstrap.php
index c8d7a7b..6509885 100644
--- a/tests/bootstrap.php
+++ b/tests/bootstrap.php
@@ -6,9 +6,8 @@ if (!defined('PHPUNIT_RUN')) {
require_once __DIR__ . '/../../../lib/base.php';
-if(!class_exists('\PHPUnit\Framework\TestCase')) {
+if (!class_exists('\PHPUnit\Framework\TestCase')) {
require_once('PHPUnit/Autoload.php');
}
\OC_App::loadApp('serverinfo');
OC_Hook::clear();
-