summaryrefslogtreecommitdiffstats
path: root/tests/bootstrap.php
diff options
context:
space:
mode:
authorRobin Appelman <icewind@owncloud.com>2012-10-12 15:45:05 +0200
committerRobin Appelman <icewind@owncloud.com>2012-10-12 15:45:05 +0200
commitd589869a345bea06874bb38bd54762c972d93249 (patch)
treeb800d177e3d890e13c00ad83d35dd8f5a66f50b1 /tests/bootstrap.php
parent6f3e039e78074d1ae684fedbb3aa0bf887568385 (diff)
downloadnextcloud-server-d589869a345bea06874bb38bd54762c972d93249.tar.gz
nextcloud-server-d589869a345bea06874bb38bd54762c972d93249.zip
disable log when running tests
Diffstat (limited to 'tests/bootstrap.php')
-rw-r--r--tests/bootstrap.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/bootstrap.php b/tests/bootstrap.php
index 4bb980b5b76..f8364b71ef7 100644
--- a/tests/bootstrap.php
+++ b/tests/bootstrap.php
@@ -26,3 +26,4 @@ abstract class UnitTestCase extends PHPUnit_Framework_TestCase{
}
OC_Hook::clear();
+OC_Log::$enabled = false;