From cb0f256791cafc7c1f9bda23c8c956441c3a3913 Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Fri, 2 Feb 2024 16:50:40 +0000 Subject: [PATCH] release: 2.33.2 --- bin/worker.php | 1 + composer.json | 2 +- src/Pest.php | 2 +- .../Visual/Help/visual_snapshot_of_help_command_output.snap | 2 +- .../Visual/Version/visual_snapshot_of_help_command_output.snap | 2 +- 5 files changed, 5 insertions(+), 4 deletions(-) diff --git a/bin/worker.php b/bin/worker.php index 4c2f7be2..bc29fa44 100644 --- a/bin/worker.php +++ b/bin/worker.php @@ -81,6 +81,7 @@ $bootPest = (static function (): void { $getopt['teamcity-file'] ?? null, $getopt['testdox-file'] ?? null, isset($getopt['testdox-color']), + $getopt['testdox-columns'] ?? null, ); while (true) { diff --git a/composer.json b/composer.json index 49e13e7d..9b539913 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ ], "require": { "php": "^8.1.0", - "brianium/paratest": "^7.3.1", + "brianium/paratest": "^7.4.0", "nunomaduro/collision": "^7.10.0|^8.1.0", "nunomaduro/termwind": "^1.15.1|^2.0.0", "pestphp/pest-plugin": "^2.1.1", diff --git a/src/Pest.php b/src/Pest.php index a7efbdce..151d40c8 100644 --- a/src/Pest.php +++ b/src/Pest.php @@ -6,7 +6,7 @@ namespace Pest; function version(): string { - return '2.33.1'; + return '2.33.2'; } 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 e90b2161..242c7ad8 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.33.1. + Pest Testing Framework 2.33.2. USAGE: pest [options] 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 679982ff..b0621b3e 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.33.1. + Pest Testing Framework 2.33.2.