From ce05ee9aad5672c21d50c7f2db6683727687771b Mon Sep 17 00:00:00 2001 From: nuno maduro Date: Fri, 3 Apr 2026 12:00:04 +0100 Subject: [PATCH] release: v4.4.4 --- src/Pest.php | 2 +- .../Visual/Help/visual_snapshot_of_help_command_output.snap | 4 ++-- .../Version/visual_snapshot_of_help_command_output.snap | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Pest.php b/src/Pest.php index 3bf7581d..8595bd5f 100644 --- a/src/Pest.php +++ b/src/Pest.php @@ -6,7 +6,7 @@ namespace Pest; function version(): string { - return '4.4.3'; + return '4.4.4'; } 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 cfeda92f..1b8c0dcc 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 4.4.3. + Pest Testing Framework 4.4.4. USAGE: pest [options] @@ -92,7 +92,7 @@ --random-order-seed [N] Use the specified random seed when running tests in random order REPORTING OPTIONS: - --colors [flag] ......... Use colors in output ("never", "auto" or "always") + --colors=[flag] ......... Use colors in output ("never", "auto" or "always") --columns [n] ................. Number of columns to use for progress output --columns max ............ Use maximum number of columns for progress output --stderr ................................. Write to STDERR instead of STDOUT 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 56526ad9..988eec06 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 4.4.3. + Pest Testing Framework 4.4.4.