From 1f819620d29adeea4259c7e52b659510e93ac4b2 Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Thu, 27 May 2021 07:25:57 +0200 Subject: [PATCH] Update PHPUnit configuration --- .gitignore | 2 +- phpunit.xml | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 9ee322d..e41ba4d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,7 @@ /.idea /.php-cs-fixer.php /.php-cs-fixer.cache -/.phpunit.result.cache +/.phpunit.cache /.psalm/cache /composer.lock /vendor diff --git a/phpunit.xml b/phpunit.xml index 7be976b..b799ffa 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -1,22 +1,23 @@ - tests + tests - + src