Skip to content

Commit

Permalink
Update phpunit.xml.dist (#35605)
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints committed Dec 14, 2020
1 parent 4d5159f commit 94171f0
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions phpunit.xml.dist
Expand Up @@ -17,14 +17,6 @@
<directory suffix="Test.php">./tests</directory>
</testsuite>
</testsuites>
<coverage processUncoveredFiles="true">
<include>
<directory suffix=".php">./src</directory>
</include>
<exclude>
<directory suffix=".blade.php">./src/</directory>
</exclude>
</coverage>
<php>
<ini name="memory_limit" value="2048M" />
<!--
Expand Down

0 comments on commit 94171f0

Please sign in to comment.