From cb347ddb7aa44ea9191b1568d9097ba0201e7cbc Mon Sep 17 00:00:00 2001 From: azjezz Date: Tue, 1 Sep 2020 21:46:28 +0100 Subject: [PATCH] migrate to phpunit 9 --- composer.json | 2 +- phpunit.xml.dist | 60 +++++++++++++++++++++--------------------------- 2 files changed, 27 insertions(+), 35 deletions(-) diff --git a/composer.json b/composer.json index 761290f..6504ed3 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ }, "require-dev": { "vimeo/psalm": "dev-master", - "phpunit/phpunit": "^8.5", + "phpunit/phpunit": "^9.0", "friendsofphp/php-cs-fixer": "^2.16", "php-coveralls/php-coveralls": "^2.2", "roave/security-advisories": "dev-master" diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 00fd0a3..31d337c 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,37 +1,29 @@ - - - - - - - - - tests/Psl - - - - - - - - - - src - - src/preload.php - src/bootstrap.php - src/Psl/Internal - src/Psl/Exception - src/Psl/Str/constants.php - src/Psl/Math/constants.php - - - + + + + src + + + src/preload.php + src/bootstrap.php + src/Psl/Internal + src/Psl/Exception + src/Psl/Str/constants.php + src/Psl/Math/constants.php + + + + + + + + + + + tests/Psl + + +