Skip to content

Commit e6652b3

Browse files
committed
fix tests
1 parent 5e7ee8a commit e6652b3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

phpunit.xml.dist

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@
1818
<whitelist>
1919
<directory suffix=".php">src/</directory>
2020
<exclude>
21-
<directory suffix=".php">src/Laravel/</directory>
21+
<file>src/GoogleServiceProvider.php</file>
22+
<directory suffix=".php">src/config/</directory>
23+
<directory suffix=".php">src/Facades/</directory>
2224
</exclude>
2325
</whitelist>
2426
</filter>

0 commit comments

Comments
 (0)