summaryrefslogtreecommitdiffstats
path: root/tests/Monolog/Handler/TestHandlerTest.php
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '1.x'Jordi Boggiano2016-11-161-0/+4
|\
| * Make protected generic methods publicJulien Falque2016-11-161-0/+4
| |
* | Move to strict mode and fix testsJordi Boggiano2016-05-271-1/+1
| |
* | CS fixesJordi Boggiano2016-05-261-11/+11
| |
* | Make TestCase class available to dependents to help with testingJordi Boggiano2016-05-201-1/+1
|/
* CS fixesJordi Boggiano2015-07-141-2/+2
|
* Add TestHandler::hasRecordThatMatches($regex, $level)Austin Hyde2015-06-201-0/+2
|
* Replace boilerplate with magic methodsAustin Hyde2015-06-201-0/+6
|
* Add a message to assertions to know which ones failAustin Hyde2015-06-201-8/+8
|
* Add strpos based TestHandler methodsRichard Tuin2015-03-181-0/+2
|
* Implement the 8 RFC3164 severity levels instead of just 6.Frederic G. MARAND2012-05-281-6/+8
| | | | | | | | - constants defined for the 2 missing levels: NOTICE and EMERGENCY. - add<level>() and <level>() convenience methods added. - TestHandler and tests updated to account for the two extra levels. - surjective mappings from the RFC3164 to only 6 levels changes to bijective. - README updated accordingly.
* Tested the TestHandler (WTF)Jordi Boggiano2011-06-291-0/+54