From 799be69c28fa94dff30d823c576da332afa7487f Mon Sep 17 00:00:00 2001 From: Wilmer Arambula Date: Fri, 27 Oct 2023 10:13:35 -0300 Subject: [PATCH] Fix tests. --- composer.json | 2 +- phpunit.xml.dist | 20 ++++++++++++++++---- 2 files changed, 17 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index b74c3c5..6e55105 100644 --- a/composer.json +++ b/composer.json @@ -50,7 +50,7 @@ "require-dev": { "codeception/codeception": "^5.0", "maglnet/composer-require-checker": "^4.2", - "phpunit/phpunit": "^10.4", + "phpunit/phpunit": "^9.6", "rector/rector": "^0.18.0", "roave/infection-static-analysis-plugin": "^1.16", "spatie/phpunit-watcher": "^1.23", diff --git a/phpunit.xml.dist b/phpunit.xml.dist index fb87a14..11752e2 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,17 +1,29 @@ - + + + ./tests - - + + ./src - +