Skip to content

Commit

Permalink
Fix tests code coverage config. (laravel#19609)
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieutu authored and taylorotwell committed Jun 15, 2017
1 parent bd858cc commit 66c3362
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@
<whitelist processUncoveredFilesFromWhitelist="true">
<directory suffix=".php">./src</directory>
<exclude>
<directory>./src/Illuminate/Pagination/resources/views</directory>
<file>./src/Illuminate/Foundation/Console/Optimize/config.php</file>
<directory suffix=".blade.php">./src/</directory>
</exclude>
</whitelist>
</filter>
Expand Down

0 comments on commit 66c3362

Please sign in to comment.