Skip to content

Commit

Permalink
Migrate PHPUnit configuration (theofidry#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
theofidry authored and kgust committed Feb 9, 2022
1 parent ef3895b commit 64288d3
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd"
colors="true"
stopOnFailure="false"
bootstrap="vendor/autoload.php">

<php>
Expand All @@ -15,9 +14,9 @@
</testsuite>
</testsuites>

<filter>
<whitelist>
<coverage>
<include>
<directory>src</directory>
</whitelist>
</filter>
</include>
</coverage>
</phpunit>

0 comments on commit 64288d3

Please sign in to comment.