Skip to content
This repository has been archived by the owner on Jul 21, 2022. It is now read-only.

Commit

Permalink
test: update phpunit whitelist
Browse files Browse the repository at this point in the history
blade once directive is not added in coverage. date picker is testing ,and I remove it is case
  • Loading branch information
tu6ge committed Dec 24, 2020
1 parent c56be34 commit e7255fa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions phpunit-laravel7.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@
<whitelist processUncoveredFilesFromWhitelist="true">
<directory suffix=".php">./src/</directory>
<directory suffix=".php">./resources/views/</directory>
<exclude>
<directory suffix=".php">./resources/views/include/</directory>
<file>./resources/views/date-picker.blade.php</file>
<file>./src/Traits/DateConvert.php</file>
</exclude>
</whitelist>
</filter>
<php>
Expand Down

0 comments on commit e7255fa

Please sign in to comment.