Skip to content

Commit 2bbcc5d

Browse files
committed
Improved phpunit.xml
1 parent af6a43c commit 2bbcc5d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

phpunit.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@
66
</include>
77
<exclude>
88
<directory suffix=".php">./src/Database</directory>
9-
<file>./src/PriorityQueueServiceProvider.php</file>
9+
<directory suffix=".php">./src/Configs</directory>
10+
<file>./src/InboxProcessServiceProvider.php</file>
1011
</exclude>
1112
</coverage>
1213
<testsuites>
13-
<testsuite name="Laravel Priority Queue Test Suite">
14+
<testsuite name="Laravel Inbox Pattern Process Test Suite">
1415
<directory suffix=".php">./tests/</directory>
1516
<exclude>./tests/TestCase.php</exclude>
1617
</testsuite>

0 commit comments

Comments
 (0)