Skip to content

Commit

Permalink
Update PHPUnit configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Sep 7, 2024
1 parent be94172 commit 79840e4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
requireCoverageMetadata="true"
beStrictAboutCoverageMetadata="true"
beStrictAboutOutputDuringTests="true"
displayDetailsOnPhpunitDeprecations="true"
failOnPhpunitDeprecation="true"
failOnRisky="true"
failOnWarning="true"
colors="true">
Expand All @@ -16,7 +18,7 @@
</testsuite>
</testsuites>

<source>
<source restrictDeprecations="true" restrictNotices="true" restrictWarnings="true">
<include>
<directory>src</directory>
</include>
Expand Down

0 comments on commit 79840e4

Please sign in to comment.