From 6f842c0a0d6f078e88dae3f851245d5d430815a0 Mon Sep 17 00:00:00 2001 From: otsch Date: Wed, 6 Nov 2024 23:15:29 +0100 Subject: [PATCH] Update phpunit.xml From deprecated schema. And add .phpunit.cache to .gitignore. --- .gitignore | 1 + phpunit.xml | 25 +++++++++++-------------- 2 files changed, 12 insertions(+), 14 deletions(-) diff --git a/.gitignore b/.gitignore index d4cb823..54de472 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ composer.lock vendor .php-cs-fixer.cache .phpunit.result.cache +.phpunit.cache diff --git a/phpunit.xml b/phpunit.xml index fe850a6..dbb0c53 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -1,16 +1,13 @@ - - - - ./tests - - - - - ./src - - + + + + ./tests + + + + + ./src + +