summaryrefslogtreecommitdiffstats
path: root/tests/Monolog/Handler/AbstractHandlerTest.php
Commit message (Collapse)AuthorAgeFilesLines
* Move to strict mode and fix testsJordi Boggiano2016-05-271-1/+1
|
* CS fixesJordi Boggiano2016-05-261-4/+4
|
* Make TestCase class available to dependents to help with testingJordi Boggiano2016-05-201-1/+1
|
* CS fixesJordi Boggiano2016-03-011-1/+0
|
* Split interfaces and base/abstract classes into more sensible piecesJordi Boggiano2015-12-181-45/+0
|
* Add support for PSR-3 levels to all public APIs accepting levels, fixes #421Jordi Boggiano2014-09-301-0/+11
|
* Changed the tests for the abstract handlers to use a mock instead of the ↵Christophe Coevoet2011-08-291-7/+18
| | | | TestHandler
* More testing coverageJordi Boggiano2011-06-291-0/+65
|
* More test coverage of handlers/formattersJordi Boggiano2011-06-291-20/+5
|
* Adjusted testsJordi Boggiano2011-06-101-9/+3
|
* Made the write method protectedChristophe Coevoet2011-04-061-19/+8
| | | | Tests are not a good reason to make it public.
* Move the stack handling to the Logger classJordi Boggiano2011-02-251-23/+8
|
* Added a Processor stack to the Logger class, added getHandler() to check if ↵Jordi Boggiano2011-02-211-2/+30
| | | | any handler is going to handle the message before processing it, handlers are now calling their parent in a chain
* Made getLevelName staticJordi Boggiano2011-02-201-1/+1
|
* Fixed AbstractHandler testJordi Boggiano2011-02-201-8/+1
|
* Major refactoring to follow the Logbook modelJordi Boggiano2011-02-201-0/+54