Skip to content

Commit

Permalink
Update PHPUnit configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed May 7, 2023
1 parent 0be21b6 commit 106b641
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions phpunit.xml
Expand Up @@ -15,9 +15,9 @@
</testsuite>
</testsuites>

<coverage>
<source>
<include>
<directory suffix=".php">src</directory>
<directory>src</directory>
</include>
</coverage>
</source>
</phpunit>

0 comments on commit 106b641

Please sign in to comment.