summaryrefslogtreecommitdiffstats
path: root/tests/Monolog/Handler/PHPConsoleHandlerTest.php
Commit message (Collapse)AuthorAgeFilesLines
* Move to strict mode and fix testsJordi Boggiano2016-05-271-1/+1
|
* CS fixesJordi Boggiano2016-05-261-43/+43
|
* Make TestCase class available to dependents to help with testingJordi Boggiano2016-05-201-1/+1
|
* Fix naming conflicts in PhpConsoleHandlerJordi Boggiano2015-12-181-3/+3
|
* Remove non-PSR-3 methods for adding log recordsJordi Boggiano2015-12-181-4/+4
|
* CS fixes & upgrading cs fixer configJordi Boggiano2015-11-181-2/+1
|
* Avoid issues with ErrorHandler being used in test suiteJordi Boggiano2015-07-121-5/+8
|
* Add PHPConsoleHandler to debug in Google Chromebarbushin2015-03-301-0/+271
Integrates Monolog with very popular Google Chrome extension "PHP Console" https://chrome.google.com/webstore/detail/php-console/nfhmhhlpfleoednkpnnnkolmclajemef and server library https://github.com/barbushin/php-console. PHPConsoleHandler and "PHP Console" server library code are 100% covered by tests.