diff options
Diffstat (limited to 'tests/bootstrap.php')
-rw-r--r-- | tests/bootstrap.php | 2 |
1 files changed, 1 insertions, 1 deletions
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; |