From ca48c28f85ece717ba47caa83c5b8bb8168eee51 Mon Sep 17 00:00:00 2001 From: Alexandr Chernyaev Date: Fri, 17 Feb 2023 15:47:20 +0300 Subject: [PATCH] Usage phpunit 10.0 (#38) --- composer.json | 7 +------ phpunit.xml | 31 ++++++++++++------------------- 2 files changed, 13 insertions(+), 25 deletions(-) diff --git a/composer.json b/composer.json index 1877971..0ada391 100644 --- a/composer.json +++ b/composer.json @@ -24,12 +24,7 @@ }, "require-dev": { "orchestra/testbench": "^8.0", - "phpunit/php-code-coverage": "^9.2", - "phpunit/phpunit": "^9.5.10" - }, - "conflict": { - "mockery/mockery": "<1.4.2", - "symfony/http-foundation": "<5.1.9" + "phpunit/php-code-coverage": "^10.0" }, "autoload": { "psr-4": { diff --git a/phpunit.xml b/phpunit.xml index 6a96f61..174973d 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -1,21 +1,16 @@ - - - + + + ./src - - + + + + + ./tests @@ -32,7 +27,5 @@ - - - +