Skip to content

Commit

Permalink
build: update PHPUnit config
Browse files Browse the repository at this point in the history
  • Loading branch information
JaZo committed Oct 24, 2024
1 parent 5e2d040 commit cefb657
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<directory>tests</directory>
</testsuite>
</testsuites>
<filter>
<whitelist>
<coverage>
<include>
<directory suffix=".php">src/</directory>
</whitelist>
</filter>
</include>
</coverage>
<php>
<env name="APP_ENV" value="testing"/>
</php>
Expand Down

0 comments on commit cefb657

Please sign in to comment.