Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add closure mocks #5759

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Allow mocking closures

448e46a
Select commit
Failed to load commit list.
Open

Add closure mocks #5759

Allow mocking closures
448e46a
Select commit
Failed to load commit list.
Codecov / codecov/project failed Mar 20, 2024 in 1s

90.08% (-0.01%) compared to 3ad902d

View this Pull Request on Codecov

90.08% (-0.01%) compared to 3ad902d

Details

Codecov Report

Attention: Patch coverage is 77.77778% with 2 lines in your changes are missing coverage. Please review.

Project coverage is 90.08%. Comparing base (3ad902d) to head (448e46a).

Files Patch % Lines
.../Framework/MockObject/Runtime/Stub/ClosureMock.php 71.42% 2 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main    #5759      +/-   ##
============================================
- Coverage     90.08%   90.08%   -0.01%     
- Complexity     6588     6592       +4     
============================================
  Files           694      695       +1     
  Lines         19952    19961       +9     
============================================
+ Hits          17974    17981       +7     
- Misses         1978     1980       +2     

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