Skip to content

Commit

Permalink
phpunit: remove excluded config for files not present anymore (#827)
Browse files Browse the repository at this point in the history
  • Loading branch information
mfn authored and spawnia committed Jun 2, 2019
1 parent a54088f commit 501fb3f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions phpunit.xml.dist
Expand Up @@ -21,10 +21,6 @@
<filter>
<whitelist>
<directory suffix=".php">src/</directory>
<exclude>
<file>src/LaravelServiceProvider.php</file>
<file>src/Support/helpers.php</file>
</exclude>
</whitelist>
</filter>
</phpunit>

0 comments on commit 501fb3f

Please sign in to comment.