From cdfc3e38d72c7f8b9877a97b6480add3aa8074f8 Mon Sep 17 00:00:00 2001 From: Vincent Dechenaux Date: Sat, 15 Oct 2022 20:50:15 +0200 Subject: [PATCH] phpunit: remove warnings by migrating config --- .gitignore | 1 + composer.json | 2 +- phpunit.xml.dist | 29 +++++++++++------------------ 3 files changed, 13 insertions(+), 19 deletions(-) diff --git a/.gitignore b/.gitignore index d1502b0..3d7e132 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ vendor/ composer.lock +.phpunit.result.cache diff --git a/composer.json b/composer.json index cf475f6..c50664c 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ "symfony/process": "^4.4.30|^5.3.7|^6.0" }, "require-dev": { - "phpunit/phpunit": "^9.0" + "phpunit/phpunit": "^9.3" }, "suggest": { "vdechenaux/brotli-bin-amd64": "Brotli binary for Linux amd64", diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 80ebefe..07bb99c 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,21 +1,14 @@ - - - - - ./tests/ - - - - - - ./src/ - - + + + + ./src/ + + + + + ./tests/ + +