From 062421d138798cc249ed043bf88488febce16e2b Mon Sep 17 00:00:00 2001 From: Woody Gilk Date: Tue, 20 Jul 2021 07:19:20 -0500 Subject: [PATCH] Upgrade phpunit --- .gitignore | 1 + composer.json | 2 +- phpunit.xml.dist | 31 ++++++++++++++++++++----------- 3 files changed, 22 insertions(+), 12 deletions(-) diff --git a/.gitignore b/.gitignore index e2c2927..99cc548 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +.phpunit.result.cache composer.phar composer.lock phpunit.xml diff --git a/composer.json b/composer.json index a1ee758..af72708 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ }, "require-dev": { "http-interop/http-factory-tests": "^0.9", - "phpunit/phpunit": "^8.5" + "phpunit/phpunit": "^9.5" }, "autoload": { "psr-4": { diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 356f482..ebc5642 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,4 +1,23 @@ - + + + + + src/ + + + + + + + + + + vendor/http-interop/http-factory-tests/test @@ -12,14 +31,4 @@ - - - ./src/ - - - - - - -