Closed (fixed)
Project:
Suppress Logs
Version:
1.0.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
13 Jul 2026 at 15:56 UTC
Updated:
27 Jul 2026 at 18:25 UTC
Jump to comment: Most recent
No test coverage
Check gitlab CI pipeline
Add test coverage to ensure reliability of the module
MR
N/A
N/A
N/A
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