summaryrefslogtreecommitdiffstats
path: root/tests/Monolog/Handler/RotatingFileHandlerTest.php
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '1.x'Jordi Boggiano2017-06-191-4/+4
|\
| * Use first day/first month for date calculations in RotatingFileHandlerTest (#...Remon van de Kamp2017-06-191-2/+2
| * Fix testsJordi Boggiano2016-07-291-3/+3
* | Use callable typehint where possible + Removed dead code (#996)Grégoire Pineau2017-06-191-11/+3
* | Avoid assertion-free testJordi Boggiano2017-06-191-0/+1
* | CS fixesJordi Boggiano2016-09-251-1/+1
* | Merge branch '1.x', fixes #771Jordi Boggiano2016-07-291-0/+4
|\ \ | |/
* | Allow alternative date separators for RotatingFileHandlerRemon van de Kamp2016-07-141-0/+12
* | Move to strict mode and fix testsJordi Boggiano2016-05-271-3/+3
* | CS fixesJordi Boggiano2016-05-261-31/+30
* | Make TestCase class available to dependents to help with testingJordi Boggiano2016-05-201-1/+1
* | Merge remote-tracking branch 'rpkamp/master'Jordi Boggiano2016-05-201-12/+6
|\ \ | |/ |/|
| * Lock down RotateFileHandler to prevent errors with rotationRemon van de Kamp2016-04-181-10/+82
* | Add deprecation errors on RotatingFileHandler (#774)Remon van de Kamp2016-05-201-10/+122
|/
* CS fixesJordi Boggiano2012-06-141-1/+0
* Added @covers annotations to everythingJordi Boggiano2011-06-291-0/+3
* Made the write method protectedChristophe Coevoet2011-04-061-4/+8
* Merge similar tests togetherJordi Boggiano2011-04-051-24/+20
* Added tests for RotatingFileHandlerJordi Boggiano2011-04-051-0/+97