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

github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bootstrap.php')
-rw-r--r--tests/bootstrap.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/bootstrap.php b/tests/bootstrap.php
index 12d406cf..86bfd7dd 100644
--- a/tests/bootstrap.php
+++ b/tests/bootstrap.php
@@ -1,8 +1,5 @@
<?php
-global $RUNTIME_NOAPPS;
-$RUNTIME_NOAPPS = true;
-
if (!defined('PHPUNIT_RUN')) {
define('PHPUNIT_RUN', 1);
}
@@ -14,4 +11,3 @@ if(!class_exists('PHPUnit_Framework_TestCase')) {
}
OC_Hook::clear();
-OC_Log::$enabled = false;