From 2ed04163b48b0e7086a5899d521dc3efc029a2a5 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Mon, 9 Jan 2023 22:28:25 +0100 Subject: [PATCH] feat(tests): add phpunit conf --- phpunit.xml.dist | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 6e8a29e..96e8ed1 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -25,6 +25,11 @@ tests/Core/Auth/LoginTest.php + + tests/Core/Site/NavigationTest.php + tests/Core/Site/TreeTest.php + tests/Core/Site/PageTest.php + @@ -37,10 +42,7 @@ - -