Skip to content

Commit

Permalink
Fix PHPUnit config (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
theofidry authored Dec 7, 2022
1 parent 7a6740d commit bcddd3b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
<coverage>
<include>
<directory>src</directory>
<file>tests/Finder/LabeledFinder.php</file>
</include>
</coverage>
</phpunit>
2 changes: 1 addition & 1 deletion phpunit_legacy.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
bootstrap="vendor/autoload.php"
failOnRisky="true"
failOnWarning="true"
cacheResultFile=".build/phpunit/.phpunit.result.cache">
cacheResultFile=".build/phpunit/.phpunit_legacy.result.cache">
<php>
<ini name="error_reporting" value="-1"/>
</php>
Expand Down

0 comments on commit bcddd3b

Please sign in to comment.