1
0
mirror of https://github.com/owncloud/bookmarks.git synced 2025-01-21 17:52:10 +01:00

No OC_Log

This commit is contained in:
Thomas Müller 2015-07-04 16:11:17 +02:00
parent 834ab59a12
commit 1b4be5de3f

View File

@ -1,8 +1,5 @@
<?php
global $RUNTIME_NOAPPS;
$RUNTIME_NOAPPS = true;
define('PHPUNIT_RUN', 1);
require_once __DIR__ . '/../../../lib/base.php';
@ -12,4 +9,3 @@ if (!class_exists('PHPUnit_Framework_TestCase')) {
}
OC_Hook::clear();
OC_Log::$enabled = false;