From 4d922a7d00c786e14706efd61fc10ceffdaebf6b Mon Sep 17 00:00:00 2001 From: Luca Patera Date: Sun, 10 Mar 2024 16:55:28 +0100 Subject: [PATCH] Ah! x7 --- composer.json | 4 ++-- phpunit.xml.dist | 52 ++++++++++++++++++++++-------------------------- 2 files changed, 26 insertions(+), 30 deletions(-) diff --git a/composer.json b/composer.json index 7b4d202..64a4be0 100644 --- a/composer.json +++ b/composer.json @@ -35,8 +35,8 @@ "require-dev": { "illuminate/testing": "^9.0|^10.0|^11.0", "orchestra/testbench": "^7.0|^8.0|^9.0", - "pestphp/pest": "^2.0", - "pestphp/pest-plugin-mock": "^2.0", + "pestphp/pest": "^1.1", + "pestphp/pest-plugin-mock": "^1.0", "roave/security-advisories": "dev-latest", "vimeo/psalm": "^5.0" }, diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 283a411..6c80e46 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,33 +1,29 @@ - - - - ./tests - - - - - - - - - - ./src - - - ./tests - ./src/Facades - ./src/Log - ./src/NutgramServiceProvider.php - ./src/Console/RunCommand.php - ./src/Console/BaseMakeCommand.php - ./src/Mixins/MixinUtils.php - - - +> + + + ./tests + + + + + ./src + + + ./tests + ./src/Facades + ./src/Log + ./src/NutgramServiceProvider.php + ./src/Console/RunCommand.php + ./src/Console/BaseMakeCommand.php + ./src/Mixins/MixinUtils.php + + + + +