Problem/Motivation
No test coverage
Steps to reproduce
Check gitlab CI pipeline
Proposed resolution
Add test coverage to ensure reliability of the module
Remaining tasks
MR
User interface changes
N/A
API changes
N/A
Data model changes
N/A
Issue fork suppress_logs-3610673
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
scott_euser commentedAdded some basic test coverage which unfortunately led me to needing to fix two issues (could be raised separately but the tests here help prove the issues);
On (2) its probably better if that's an opt-in via the settings form as the module leads you to believe nothing is suppressed until you decide what to suppress, but actually that set_error_handler is already suppressing as soon as the module is enabled.
Comment #4
greg boggsWe could adjust the hook so it doesn't set the error handler if no config is set yet.
Comment #5
greg boggs