Skip to content

Commit

Permalink
Improved phpunit.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
sethsandaru committed Sep 4, 2023
1 parent af6a43c commit 2bbcc5d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@
</include>
<exclude>
<directory suffix=".php">./src/Database</directory>
<file>./src/PriorityQueueServiceProvider.php</file>
<directory suffix=".php">./src/Configs</directory>
<file>./src/InboxProcessServiceProvider.php</file>
</exclude>
</coverage>
<testsuites>
<testsuite name="Laravel Priority Queue Test Suite">
<testsuite name="Laravel Inbox Pattern Process Test Suite">
<directory suffix=".php">./tests/</directory>
<exclude>./tests/TestCase.php</exclude>
</testsuite>
Expand Down

0 comments on commit 2bbcc5d

Please sign in to comment.