From 0b1f566736be72b7dcaa07fa5ee57a8b712f0218 Mon Sep 17 00:00:00 2001 From: ARCANEDEV Date: Mon, 18 Mar 2024 23:24:20 +0000 Subject: [PATCH] Updating the phpunit config file --- .gitignore | 1 + phpunit.xml.dist | 16 +++++++--------- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index aea4dfb..a30f3fd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ /.idea +/.phpunit.cache /build /vendor .phpunit.result.cache diff --git a/phpunit.xml.dist b/phpunit.xml.dist index af332d7..0860283 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,18 +1,16 @@ - + + + + ./src + + ./tests - - - ./src - +