Update PHPUnit configuration · sebastianbergmann/php-file-iterator@d0e0b44 (original) (raw)
Navigation Menu
- GitHub Copilot Write better code with AI
- GitHub Models New Manage and compare prompts
- GitHub Advanced Security Find and fix vulnerabilities
- Actions Automate any workflow
- Codespaces Instant dev environments
- Issues Plan and track work
- Code Review Manage code changes
- Discussions Collaborate outside of code
- Code Search Find more, search less
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
Commit d0e0b44
Update PHPUnit configuration
File tree
1 file changed
lines changed
1 file changed
lines changed
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -3,8 +3,8 @@ | ||
3 | 3 | xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.0/phpunit.xsd" |
4 | 4 | bootstrap="vendor/autoload.php" |
5 | 5 | executionOrder="depends,defects" |
6 | -forceCoversAnnotation="true" | |
7 | -beStrictAboutCoversAnnotation="true" | |
6 | +requireCoverageMetadata="true" | |
7 | +beStrictAboutCoverageMetadata="true" | |
8 | 8 | beStrictAboutOutputDuringTests="true" |
9 | 9 | beStrictAboutTodoAnnotatedTests="true" |
10 | 10 | failOnRisky="true" |