From 0a7bff0d246b10040e12e4152215e12a599e742a Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Sun, 6 Oct 2024 19:25:27 +0100 Subject: [PATCH] release: v3.3.0 --- src/Pest.php | 2 +- .../Visual/Help/visual_snapshot_of_help_command_output.snap | 3 ++- .../Visual/Version/visual_snapshot_of_help_command_output.snap | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/Pest.php b/src/Pest.php index 0cf94ad1..150bdfc8 100644 --- a/src/Pest.php +++ b/src/Pest.php @@ -6,7 +6,7 @@ function version(): string { - return '3.2.5'; + return '3.3.0'; } 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 21b971dc..250f7245 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 3.2.5. + Pest Testing Framework 3.3.0. USAGE: pest [options] @@ -35,6 +35,7 @@ --exclude-group [name] ........... Exclude tests from the specified group(s) --covers [name] ................. Only run tests that intend to cover [name] --uses [name] ..................... Only run tests that intend to use [name] + --requires-php-extension [name] Only run tests that require PHP extension [name] --list-test-files ................................ List available test files --list-tests .......................................... List available tests --list-tests-xml [file] ................. List available tests in XML format 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 7df667e4..d8d4c225 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 3.2.5. + Pest Testing Framework 3.3.0.