Skip to content

#[RequiresPhpunitExtension] attribute#5927

Merged
sebastianbergmann merged 1 commit intosebastianbergmann:mainfrom
nikophil:require-extension-attribute
Aug 26, 2024
Merged

#[RequiresPhpunitExtension] attribute#5927
sebastianbergmann merged 1 commit intosebastianbergmann:mainfrom
nikophil:require-extension-attribute

Conversation

@nikophil
Copy link
Copy Markdown
Contributor

@nikophil nikophil commented Aug 19, 2024

fixes #5926

@codecov
Copy link
Copy Markdown

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
Comment thread src/Framework/Attributes/RequiresPhpunitExtension.php Outdated
@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
@sebastianbergmann sebastianbergmann changed the title #[RequiresPhpunitExtension] attribute #[RequiresPhpunitExtension] attribute Aug 26, 2024
@github-actions github-actions Bot locked as resolved and limited conversation to collaborators Apr 16, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

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

2 participants