From f6c932314b8f3ab6dfd5e0c7bd85c656a7317e37 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Sun, 8 Jan 2023 22:51:53 +0100 Subject: [PATCH] feat(test): configure phpunit --- phpunit.xml.dist | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/phpunit.xml.dist b/phpunit.xml.dist index c5117fb..6e8a29e 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -19,8 +19,11 @@ - - tests + + tests/Core/Command/CreateUserTest.php + + + tests/Core/Auth/LoginTest.php