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 af6a43c commit 2bbcc5dCopy full SHA for 2bbcc5d
phpunit.xml
@@ -6,11 +6,12 @@
6
</include>
7
<exclude>
8
<directory suffix=".php">./src/Database</directory>
9
- <file>./src/PriorityQueueServiceProvider.php</file>
+ <directory suffix=".php">./src/Configs</directory>
10
+ <file>./src/InboxProcessServiceProvider.php</file>
11
</exclude>
12
</coverage>
13
<testsuites>
- <testsuite name="Laravel Priority Queue Test Suite">
14
+ <testsuite name="Laravel Inbox Pattern Process Test Suite">
15
<directory suffix=".php">./tests/</directory>
16
<exclude>./tests/TestCase.php</exclude>
17
</testsuite>
0 commit comments