Update PHPUnit configuration · sebastianbergmann/php-file-iterator@13509f6 (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 13509f6
Update PHPUnit configuration
File tree
1 file changed
lines changed
1 file changed
lines changed
Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -6,7 +6,6 @@ | ||
6 | 6 | requireCoverageMetadata="true" |
7 | 7 | beStrictAboutCoverageMetadata="true" |
8 | 8 | beStrictAboutOutputDuringTests="true" |
9 | -beStrictAboutTodoAnnotatedTests="true" | |
10 | 9 | failOnRisky="true" |
11 | 10 | failOnWarning="true" |
12 | 11 | colors="true" |