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
path: root/tests
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2015-07-04 17:10:27 +0300
committerThomas Müller <thomas.mueller@tmit.eu>2015-07-04 17:10:27 +0300
commit64b4d0cd3db10cc7a9d9f094ef44f82433204209 (patch)
tree76f96ed7e0cfdeb2a4921faa2a1ca11344ecb20d /tests
parent5cbe778de3787e31c09a29dcb21fc03e5b0a1164 (diff)
No OC_Log
Diffstat (limited to 'tests')
-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;