Skip to content

Commit b538804

Browse files
remove blacklist key to avoid phpunit warning
1 parent 81102c7 commit b538804

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

phpunit.xml.dist

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,5 @@
1010
<whitelist processUncoveredFilesFromWhitelist="true">
1111
<directory suffix=".php">src</directory>
1212
</whitelist>
13-
<blacklist>
14-
<directory>vendor</directory>
15-
<directory>./tests</directory>
16-
</blacklist>
1713
</filter>
1814
</phpunit>

0 commit comments

Comments
 (0)