Skip to content

Provide extension point to allow customizing the classification of deprecations#6533

Open
sebastianbergmann wants to merge 2 commits intomainfrom
issue-6530/issue-trigger-resolver
Open

Provide extension point to allow customizing the classification of deprecations#6533
sebastianbergmann wants to merge 2 commits intomainfrom
issue-6530/issue-trigger-resolver

Conversation

@sebastianbergmann
Copy link
Owner

No description provided.

@sebastianbergmann sebastianbergmann added this to the PHPUnit 13.1 milestone Mar 4, 2026
@sebastianbergmann sebastianbergmann added type/enhancement A new idea that should be implemented feature/test-runner CLI test runner feature/issues Issues related to handling of `E_*` emitted by the PHP runtime and `E_USER_*` emitted in PHP code labels Mar 4, 2026
@sebastianbergmann
Copy link
Owner Author

@stof I would appreciate your feedback, thank you.

@codecov
Copy link

codecov bot commented Mar 4, 2026

Codecov Report

❌ Patch coverage is 98.64865% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 95.96%. Comparing base (a9fe626) to head (1f41438).
✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
src/Runner/ErrorHandler.php 96.29% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff            @@
##               main    #6533   +/-   ##
=========================================
  Coverage     95.95%   95.96%           
- Complexity     7515     7531   +16     
=========================================
  Files           815      817    +2     
  Lines         23215    23271   +56     
=========================================
+ Hits          22277    22332   +55     
- Misses          938      939    +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@sebastianbergmann sebastianbergmann force-pushed the issue-6530/issue-trigger-resolver branch from 0e4eac5 to 1f41438 Compare March 12, 2026 15:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feature/issues Issues related to handling of `E_*` emitted by the PHP runtime and `E_USER_*` emitted in PHP code feature/test-runner CLI test runner type/enhancement A new idea that should be implemented

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Provide extension point to allow customizing the classification of deprecations

1 participant