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 96d172e commit 21248a5
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"
processIsolation="true"
Expand All @@ -22,7 +24,7 @@
<ini name="date.timezone" value="Etc/UTC"/>
</php>

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

0 comments on commit 21248a5

Please sign in to comment.