Skip to content

Commit

Permalink
Update PHPUnit configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromegamez committed Mar 17, 2024
1 parent 294f329 commit d073e8e
Showing 1 changed file with 13 additions and 10 deletions.
23 changes: 13 additions & 10 deletions phpunit.dist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,17 @@
xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd"
colors="true"
>
<coverage includeUncoveredFiles="true">
<include>
<directory suffix=".php">src</directory>
</include>
</coverage>
<testsuites>
<testsuite name="Test Suite">
<directory>tests</directory>
</testsuite>
</testsuites>
<testsuites>
<testsuite name="Test Suite">
<directory>tests</directory>
</testsuite>
</testsuites>

<coverage ignoreDeprecatedCodeUnits="true"/>

<source>
<include>
<directory>src</directory>
</include>
</source>
</phpunit>

0 comments on commit d073e8e

Please sign in to comment.