Use internal stdout and stderr objects for logging
Inside cli modules, use internal stdout and stderr objects rather than writing directly to the PHP outputs. This will allow for significantly easier regression testing integration.
Please register or sign in to comment