From 907790da4997b7739b4bb5056d325f13f126ae08 Mon Sep 17 00:00:00 2001 From: Kovah Date: Tue, 5 May 2020 23:21:46 +0200 Subject: [PATCH] Correct the Phpunit configuration --- phpunit.xml | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/phpunit.xml b/phpunit.xml index 94a50ae4..d71ec3db 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -9,12 +9,17 @@ processIsolation="false" stopOnFailure="false"> - - ./tests/Unit + + ./tests/Controller - - - ./tests/Feature + + ./tests/Database + + + ./tests/Helper + + + ./tests/Models