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

#[RequiresPhpunitExtension] attribute #5927

Merged

Conversation

nikophil
Copy link
Contributor

@nikophil nikophil commented Aug 19, 2024

fixes #5926

Copy link

codecov bot commented Aug 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.62%. Comparing base (29be78d) to head (f7d7e81).
Report is 18 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff              @@
##               main    #5927      +/-   ##
============================================
+ Coverage     94.57%   94.62%   +0.04%     
- Complexity     6663     6687      +24     
============================================
  Files           709      711       +2     
  Lines         20104    20177      +73     
============================================
+ Hits          19014    19093      +79     
+ Misses         1090     1084       -6     

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

@nikophil nikophil force-pushed the require-extension-attribute branch from aa69cc0 to 7049cba Compare August 19, 2024 15:45
@sebastianbergmann sebastianbergmann added this to the PHPUnit 11.4 milestone Aug 20, 2024
@nikophil nikophil force-pushed the require-extension-attribute branch from 7049cba to f7d7e81 Compare August 24, 2024 17:05
@sebastianbergmann sebastianbergmann merged commit bf3d4a4 into sebastianbergmann:main Aug 26, 2024
25 checks passed
@sebastianbergmann sebastianbergmann changed the title #[RequiresPhpunitExtension] attribute #[RequiresPhpunitExtension] attribute Aug 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

New attribute #[RequiresPhpUnitExtension(SomeExtension::class)]
2 participants