summaryrefslogtreecommitdiffstats
path: root/tests/Monolog/Handler/ProcessHandlerTest.php
Commit message (Collapse)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 ↵kolja2016-01-151-14/+3
| | | | simpler and more readable.
* Created "ProcessHandler", that logs records to the STDIN of a custom ↵kolja2016-01-151-0/+206
process, defined by given command.