We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e7ee8a commit e6652b3Copy full SHA for e6652b3
phpunit.xml.dist
@@ -18,7 +18,9 @@
18
<whitelist>
19
<directory suffix=".php">src/</directory>
20
<exclude>
21
- <directory suffix=".php">src/Laravel/</directory>
+ <file>src/GoogleServiceProvider.php</file>
22
+ <directory suffix=".php">src/config/</directory>
23
+ <directory suffix=".php">src/Facades/</directory>
24
</exclude>
25
</whitelist>
26
</filter>
0 commit comments