From 14c08a9e36522f0c33f246fc1f6bafd61803d48f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joachim=20L=C3=B8vgaard?= Date: Thu, 3 Oct 2024 13:44:17 +0200 Subject: [PATCH] Upgraded PHPUnit configuration file --- .gitignore | 7 +------ phpunit.xml.dist | 16 ++++++++-------- 2 files changed, 9 insertions(+), 14 deletions(-) diff --git a/.gitignore b/.gitignore index 04478f5..f0d8db3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,4 @@ /vendor/ /composer.lock -/.phpunit.result.cache /.build/ - -###> phpunit/phpunit ### -/phpunit.xml -.phpunit.result.cache -###< phpunit/phpunit ### +/.phpunit.cache diff --git a/phpunit.xml.dist b/phpunit.xml.dist index ae783e2..99419bb 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,15 +1,15 @@ - - - src/ - - + xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd" bootstrap="vendor/autoload.php" + colors="true" cacheDirectory=".phpunit.cache"> - + tests + + + src/ + +