From 53273da4b682a714b6975e40f69a844091769a42 Mon Sep 17 00:00:00 2001 From: Lisa Deloach Date: Tue, 22 Sep 2020 01:01:07 +0300 Subject: [PATCH] Require phpunit only ^9.0 - Remove phpunit ^8.4 - Migrate phpunit configuration "Your XML configuration validates against a deprecated schema." --- composer.json | 2 +- phpunit.xml.dist | 20 ++++++-------------- 2 files changed, 7 insertions(+), 15 deletions(-) diff --git a/composer.json b/composer.json index 9a80bc1..35f7d26 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ "mongodb/mongodb": "^1.6" }, "require-dev": { - "phpunit/phpunit": "^8.4|^9.0", + "phpunit/phpunit": "^9.0", "orchestra/testbench": "^6.0", "mockery/mockery": "^1.3.1", "doctrine/dbal": "^2.6" diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 38d2b79..4dc18cb 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,13 +1,10 @@ - + + + + ./src + + tests/ @@ -37,11 +34,6 @@ tests/ValidationTest.php - - - ./src - -