From 1bcb50a8d6686134f7120bad563022ba4211a505 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Wed, 3 May 2023 16:07:49 +0300 Subject: [PATCH] Chore: PHPUnit configuration update --- renovate.json => .github/renovate.json | 0 .gitignore | 1 + phpunit.xml | 19 +++++++++++++------ 3 files changed, 14 insertions(+), 6 deletions(-) rename renovate.json => .github/renovate.json (100%) diff --git a/renovate.json b/.github/renovate.json similarity index 100% rename from renovate.json rename to .github/renovate.json diff --git a/.gitignore b/.gitignore index 722dce6..1b59a7d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ vendor composer.lock *.cache + diff --git a/phpunit.xml b/phpunit.xml index 06b0fa5..4df1211 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -1,13 +1,20 @@ - - - - ./src - - + + ./tests + + + ./src + +