From 2bbcc5d27e88817484a9105c9fc941f8c53d83d6 Mon Sep 17 00:00:00 2001 From: Seth Phat Date: Mon, 4 Sep 2023 11:31:53 +0700 Subject: [PATCH] Improved phpunit.xml --- phpunit.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/phpunit.xml b/phpunit.xml index 7146126..7927168 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -6,11 +6,12 @@ ./src/Database - ./src/PriorityQueueServiceProvider.php + ./src/Configs + ./src/InboxProcessServiceProvider.php - + ./tests/ ./tests/TestCase.php