Skip to content

Commit

Permalink
Update phpunit.xml.dist
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell committed Jul 17, 2020
1 parent 56e58d2 commit 35363a1
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions phpunit.xml.dist
Expand Up @@ -17,18 +17,17 @@
<directory suffix="Test.php">./tests</directory>
</testsuite>
</testsuites>
<filter>
<whitelist processUncoveredFilesFromWhitelist="true">
<directory suffix=".php">./src</directory>
<exclude>
<directory suffix=".blade.php">./src/</directory>
</exclude>
</whitelist>
</filter>
<coverage processUncoveredFiles="true">
<directory suffix=".php">./src</directory>
<exclude>
<directory suffix=".blade.php">./src/</directory>
</exclude>
</coverage>
<php>
<!--
<env name="REDIS_HOST" value="127.0.0.1" />
<env name="REDIS_PORT" value="6379" />
-->
<ini name="memory_limit" value="2048M" />
<!--
<env name="REDIS_HOST" value="127.0.0.1" />
<env name="REDIS_PORT" value="6379" />
-->
</php>
</phpunit>

0 comments on commit 35363a1

Please sign in to comment.