diff --git a/tests/PHPUnit/Integration/LogTest.php b/tests/PHPUnit/Integration/LogTest.php index b77eb10a15e08ed91b843811db6914cc9285e133..9d53743bd75879c8b043ba91aaab9c2dfd96e3eb 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";