From 78d9fd31d0bf50f9eb9daf855d69217e681b5e3e Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Wed, 28 Feb 2024 15:15:55 +0000 Subject: [PATCH] release: v2.34.1 --- composer.json | 6 +++--- src/Pest.php | 2 +- .../Visual/Help/visual_snapshot_of_help_command_output.snap | 3 ++- .../Version/visual_snapshot_of_help_command_output.snap | 2 +- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index ee8cad3b..029aeba0 100644 --- a/composer.json +++ b/composer.json @@ -23,10 +23,10 @@ "nunomaduro/termwind": "^1.15.1|^2.0.0", "pestphp/pest-plugin": "^2.1.1", "pestphp/pest-plugin-arch": "^2.7.0", - "phpunit/phpunit": "^10.5.10" + "phpunit/phpunit": "^10.5.11" }, "conflict": { - "phpunit/phpunit": ">10.5.10", + "phpunit/phpunit": ">10.5.11", "sebastian/exporter": "<5.1.0", "webmozart/assert": "<1.11.0" }, @@ -53,7 +53,7 @@ "require-dev": { "pestphp/pest-dev-tools": "^2.16.0", "pestphp/pest-plugin-type-coverage": "^2.8.0", - "symfony/process": "^6.4.0|^7.0.3" + "symfony/process": "^6.4.0|^7.0.4" }, "minimum-stability": "dev", "prefer-stable": true, diff --git a/src/Pest.php b/src/Pest.php index ca624b46..754c4c71 100644 --- a/src/Pest.php +++ b/src/Pest.php @@ -6,7 +6,7 @@ function version(): string { - return '2.34.0'; + return '2.34.1'; } function testDirectory(string $file = ''): string diff --git a/tests/.pest/snapshots/Visual/Help/visual_snapshot_of_help_command_output.snap b/tests/.pest/snapshots/Visual/Help/visual_snapshot_of_help_command_output.snap index ceee4a41..9cc543a5 100644 --- a/tests/.pest/snapshots/Visual/Help/visual_snapshot_of_help_command_output.snap +++ b/tests/.pest/snapshots/Visual/Help/visual_snapshot_of_help_command_output.snap @@ -1,5 +1,5 @@ - Pest Testing Framework 2.34.0. + Pest Testing Framework 2.34.1. USAGE: pest [options] @@ -55,6 +55,7 @@ --stop-on-notice ............. Stop after first test that triggered a notice --stop-on-skipped ............................ Stop after first skipped test --stop-on-incomplete ...................... Stop after first incomplete test + --fail-on-empty-test-suite Signal failure using shell exit code when no tests were run --fail-on-warning Signal failure using shell exit code when a warning was triggered --fail-on-risky Signal failure using shell exit code when a test was considered risky --fail-on-deprecation Signal failure using shell exit code when a deprecation was triggered diff --git a/tests/.pest/snapshots/Visual/Version/visual_snapshot_of_help_command_output.snap b/tests/.pest/snapshots/Visual/Version/visual_snapshot_of_help_command_output.snap index 3a4095e9..aa6df951 100644 --- a/tests/.pest/snapshots/Visual/Version/visual_snapshot_of_help_command_output.snap +++ b/tests/.pest/snapshots/Visual/Version/visual_snapshot_of_help_command_output.snap @@ -1,3 +1,3 @@ - Pest Testing Framework 2.34.0. + Pest Testing Framework 2.34.1.