Skip to content

Commit

Permalink
Revert "Update PHPUnit configuration"
Browse files Browse the repository at this point in the history
This reverts commit 866a71a.
  • Loading branch information
sebastianbergmann committed Sep 7, 2024
1 parent 8a0d4d1 commit 9b979a8
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,19 @@
xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd"
cacheDirectory=".phpunit.cache"
executionOrder="depends,defects"
shortenArraysForExportThreshold="10"
requireCoverageMetadata="true"
beStrictAboutCoverageMetadata="true"
beStrictAboutOutputDuringTests="true"
displayDetailsOnPhpunitDeprecations="true"
failOnPhpunitDeprecation="true"
failOnRisky="true"
failOnWarning="true"
colors="true">
<testsuites>
<testsuite name="unit">
<testsuite name="default">
<directory>tests/unit</directory>
</testsuite>
</testsuites>

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

0 comments on commit 9b979a8

Please sign in to comment.