From a0041f139cba94fe5d15318c38e275f2e2fb3350 Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Fri, 2 Jun 2023 22:40:46 +0100 Subject: [PATCH] chore: bumps phpunit dependency --- composer.json | 6 +++--- tests/.snapshots/success.txt | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 6dcf9a05..fe70f300 100644 --- a/composer.json +++ b/composer.json @@ -23,11 +23,11 @@ "nunomaduro/termwind": "^1.15.1", "pestphp/pest-plugin": "^2.0.1", "pestphp/pest-plugin-arch": "^2.1.2", - "phpunit/phpunit": "^10.1.3" + "phpunit/phpunit": "^10.2.0" }, "conflict": { "webmozart/assert": "<1.11.0", - "phpunit/phpunit": ">10.1.3" + "phpunit/phpunit": ">10.2.0" }, "autoload": { "psr-4": { @@ -50,7 +50,7 @@ }, "require-dev": { "pestphp/pest-dev-tools": "^2.9.0", - "symfony/process": "^6.2.10" + "symfony/process": "^6.3.0" }, "minimum-stability": "stable", "config": { diff --git a/tests/.snapshots/success.txt b/tests/.snapshots/success.txt index 7e2bfc17..401a436b 100644 --- a/tests/.snapshots/success.txt +++ b/tests/.snapshots/success.txt @@ -170,7 +170,7 @@ DEPR Tests\Features\Deprecated ! deprecated → str_contains(): Passing null to parameter #1 ($haystack) of type string is deprecated // tests/Features/Deprecated.php:6 - ✓ user deprecated + ! user deprecated → Since foo 1.0: This is a deprecation description // vendor/symfony/deprecation-contracts/function.php:25 PASS Tests\Features\Exceptions ✓ it gives access the the underlying expectException @@ -1035,4 +1035,4 @@ PASS Tests\Visual\Version ✓ visual snapshot of help command output - Tests: 1 deprecated, 3 warnings, 4 incomplete, 1 notice, 8 todos, 17 skipped, 716 passed (1729 assertions) \ No newline at end of file + Tests: 2 deprecated, 3 warnings, 4 incomplete, 1 notice, 8 todos, 17 skipped, 715 passed (1729 assertions) \ No newline at end of file