From d3ac73c0c9419750c65d3ccb8f0b0c25edacf34f Mon Sep 17 00:00:00 2001 From: Thomas Müller Date: Fri, 3 Jul 2015 14:06:40 +0200 Subject: Remove OC_Log --- tests/bootstrap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/bootstrap.php') diff --git a/tests/bootstrap.php b/tests/bootstrap.php index 085eb2069c4..e4ba135b599 100644 --- a/tests/bootstrap.php +++ b/tests/bootstrap.php @@ -17,4 +17,4 @@ if (!class_exists('PHPUnit_Framework_TestCase')) { } OC_Hook::clear(); -OC_Log::$enabled = false; +\OCP\Util::$enabled = false; -- cgit v1.2.3