Skip to content

Commit

Permalink
phpunit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pvsaintpe committed Jan 6, 2021
1 parent e2dd22b commit eb61db8
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,14 @@
stopOnFailure="false"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd"
>
<coverage processUncoveredFiles="true">
<directory suffix=".php">./src</directory>
<exclude>
<directory suffix=".php">./database</directory>
</exclude>
</coverage>
<filter>
<whitelist processUncoveredFilesFromWhitelist="true">
<directory suffix=".php">./src</directory>
<exclude>
<directory suffix=".php">./database</directory>
</exclude>
</whitelist>
</filter>
<php>
<env name="APP_ENV" value="testing"/>
<ini name="error_reporting" value="-1" />
Expand Down

0 comments on commit eb61db8

Please sign in to comment.