1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-06 13:16:39 +02:00

Fix 5.3 build

This commit is contained in:
Jordi Boggiano
2018-06-08 23:41:14 +02:00
parent f6842ac92d
commit 06f7bfb0ee

View File

@@ -213,7 +213,7 @@ class RotatingFileHandlerTest extends TestCase
public function rotationWhenSimilarFilesExistTests() public function rotationWhenSimilarFilesExistTests()
{ {
return [ return array(
'Rotation is triggered when the file of the current day is not present but similar exists' 'Rotation is triggered when the file of the current day is not present but similar exists'
=> [RotatingFileHandler::FILE_PER_DAY], => [RotatingFileHandler::FILE_PER_DAY],
@@ -222,7 +222,7 @@ class RotatingFileHandlerTest extends TestCase
'Rotation is triggered when the file of the current year is not present but similar exists' 'Rotation is triggered when the file of the current year is not present but similar exists'
=> [RotatingFileHandler::FILE_PER_YEAR], => [RotatingFileHandler::FILE_PER_YEAR],
]; );
} }
public function testReuseCurrentFile() public function testReuseCurrentFile()