summaryrefslogtreecommitdiffstats
path: root/tests/Monolog/Handler/ProcessHandlerTest.php
Commit message (Expand)AuthorAgeFilesLines
* Fix type errors, thanks phanJordi Boggiano2016-09-251-11/+11
* Move to strict mode and fix testsJordi Boggiano2016-05-271-1/+1
* CS fixesJordi Boggiano2016-05-261-9/+9
* Coding style fixes, refs #720Jordi Boggiano2016-05-261-1/+1
* Replaced indention tabs with 4 spaces in ProcessHandler and its test.kolja2016-01-151-176/+176
* Removed obsolete var_export(). Made construction argument validation tests si...kolja2016-01-151-14/+3
* Created "ProcessHandler", that logs records to the STDIN of a custom process,...kolja2016-01-151-0/+206