mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-05-17 05:18:23 -04:00
ALPHA 3.0.2a
This commit is contained in:
+1
-1
@@ -34,7 +34,7 @@ class LoggerTest extends TestCase
|
||||
|
||||
protected function setUp()
|
||||
{
|
||||
$this->tmpFile = sys_get_temp_dir().DIRECTORY_SEPARATOR.'log';
|
||||
$this->tmpFile = sys_get_temp_dir().\DIRECTORY_SEPARATOR.'log';
|
||||
$this->logger = new Logger(LogLevel::DEBUG, $this->tmpFile);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user