composer update
This commit is contained in:
@@ -34,7 +34,7 @@ class LoggerTest extends TestCase
|
||||
|
||||
protected function setUp()
|
||||
{
|
||||
$this->tmpFile = sys_get_temp_dir().\DIRECTORY_SEPARATOR.'log';
|
||||
$this->tmpFile = tempnam(sys_get_temp_dir(), 'log');
|
||||
$this->logger = new Logger(LogLevel::DEBUG, $this->tmpFile);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user