From 6314c4e3a5b716e9f6abd1aabc92ef33f3c73f3b Mon Sep 17 00:00:00 2001 From: Mohammad Alavi Date: Fri, 15 Apr 2022 15:37:06 +0430 Subject: [PATCH] refactor(phpunit): update php unit configs --- phpunit.xml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/phpunit.xml b/phpunit.xml index a7c3975de..155876de2 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -13,8 +13,14 @@ - - ./app/Containers + + ./app/Containers/*/*/Tests/Unit + + + ./app/Containers/*/*/UI/*/Tests/Functional + + + ./app/Ship/Tests