From 1da42ebb78beb38542cc87686e9a679b9f8ac94f Mon Sep 17 00:00:00 2001 From: Progi1984 Date: Thu, 21 Sep 2023 12:34:27 +0200 Subject: [PATCH] PHPUnit : Changed the configuration file --- .gitignore | 1 + phpunit.xml.dist | 42 +++++++++++++++++++++--------------------- 2 files changed, 22 insertions(+), 21 deletions(-) diff --git a/.gitignore b/.gitignore index dc4bf37..2b91b07 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ .phpunit.cache +.phpunit.result.cache composer.lock vendor/ \ No newline at end of file diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 5404b36..ddf5283 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,24 +1,24 @@ - - + - - tests + + ./tests/Math - - - - src - - - + + + ./src + + + + + + + \ No newline at end of file