From a10ac7c953196313ee6391db3a20a4507cd53c50 Mon Sep 17 00:00:00 2001 From: Matthieu Napoli <matthieu@mnapoli.fr> Date: Thu, 13 Nov 2014 17:21:26 +1300 Subject: [PATCH] Bugfix --- tests/PHPUnit/Integration/LogTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/PHPUnit/Integration/LogTest.php b/tests/PHPUnit/Integration/LogTest.php index b77eb10a15..9d53743bd7 100644 --- a/tests/PHPUnit/Integration/LogTest.php +++ b/tests/PHPUnit/Integration/LogTest.php @@ -76,7 +76,7 @@ dummy backtrace' parent::setUp(); Config::getInstance()->log['string_message_format'] = self::STRING_MESSAGE_FORMAT; - Config::getInstance()->log['logger_file_path'] = self::getDefaultLogFileLocation(); + Config::getInstance()->log['logger_file_path'] = self::getLogFileLocation(); @unlink(self::getLogFileLocation()); Log::unsetInstance(); Error::$debugBacktraceForTests = ExceptionHandler::$debugBacktraceForTests = "dummy backtrace"; -- GitLab