aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/logger.php
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2015-07-03 14:06:40 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2015-07-03 18:00:16 +0200
commitd3ac73c0c9419750c65d3ccb8f0b0c25edacf34f (patch)
tree6517676c49da188ae4ee832245236fe0e1e25cf3 /tests/lib/logger.php
parent68fd74963eda73fe0e3173cde495c284ea1fd8f4 (diff)
downloadnextcloud-server-d3ac73c0c9419750c65d3ccb8f0b0c25edacf34f.tar.gz
nextcloud-server-d3ac73c0c9419750c65d3ccb8f0b0c25edacf34f.zip
Remove OC_Log
Diffstat (limited to 'tests/lib/logger.php')
-rw-r--r--tests/lib/logger.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/logger.php b/tests/lib/logger.php
index 9a9f5be12fc..c8566988cf4 100644
--- a/tests/lib/logger.php
+++ b/tests/lib/logger.php
@@ -40,7 +40,7 @@ class Logger extends TestCase {
$this->config->expects($this->any())
->method('getValue')
->will(($this->returnValueMap([
- ['loglevel', \OC_Log::WARN, \OC_Log::WARN],
+ ['loglevel', \OCP\Util::WARN, \OCP\Util::WARN],
['log.condition', [], ['apps' => ['files']]]
])));
$logger = $this->logger;