From 27fbc6c8e2b46e12898d8bf16aa4b57b1121abf7 Mon Sep 17 00:00:00 2001 From: Christopher Gammie Date: Fri, 9 Feb 2024 17:25:33 +0000 Subject: [PATCH] tests: upgrade to phpunit 10 --- .gitignore | 2 +- composer.json | 2 +- phpunit.xml | 26 +++++++++++++------------- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/.gitignore b/.gitignore index 3d7e132..d0757eb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ vendor/ composer.lock -.phpunit.result.cache +.phpunit.cache/ diff --git a/composer.json b/composer.json index 25f9352..f0c99fc 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,7 @@ }, "require-dev": { "orchestra/testbench": "^8.0", - "phpunit/phpunit": "^9.5.28" + "phpunit/phpunit": "^10.5" }, "autoload": { "psr-4": { diff --git a/phpunit.xml b/phpunit.xml index 3ba0362..1d3f64e 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -1,25 +1,20 @@ - - - src/ - - + ./tests/lib/Unit/ @@ -35,4 +30,9 @@ - + + + src/ + + + \ No newline at end of file