mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-09 14:46:46 +02:00
Merge branch '1.x', fixes #771
This commit is contained in:
@@ -156,9 +156,13 @@ class RotatingFileHandlerTest extends TestCase
|
||||
['Y/m/d', true],
|
||||
['Y.m.d', true],
|
||||
['Y_m_d', true],
|
||||
['Ymd', true],
|
||||
['Ym/d', true],
|
||||
['Y/m', true],
|
||||
['Ym', true],
|
||||
['Y.m', true],
|
||||
['Y_m', true],
|
||||
['Y/md', true],
|
||||
['', false],
|
||||
['m-d-Y', false],
|
||||
['Y-m-d-h-i', false],
|
||||
|
Reference in New Issue
Block a user