From a8b785f69e44ae3f902cbf08fe6b79359ba46945 Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Fri, 29 Sep 2023 19:05:52 +0100 Subject: [PATCH] release: v2.20.0 --- src/Pest.php | 2 +- .../visual_snapshot_of_help_command_output.snap | 2 +- .../visual_snapshot_of_help_command_output.snap | 2 +- tests/.snapshots/success.txt | 14 +++++++++++++- tests/Visual/Parallel.php | 2 +- 5 files changed, 17 insertions(+), 5 deletions(-) diff --git a/src/Pest.php b/src/Pest.php index 7b3768cc..08e95c48 100644 --- a/src/Pest.php +++ b/src/Pest.php @@ -6,7 +6,7 @@ namespace Pest; function version(): string { - return '2.19.1'; + return '2.20.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 73e24b94..d91c52a3 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.19.1. + Pest Testing Framework 2.20.0. 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 77dc89a1..31dd9a4a 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.19.1. + Pest Testing Framework 2.20.0. diff --git a/tests/.snapshots/success.txt b/tests/.snapshots/success.txt index 6cee478e..43c66645 100644 --- a/tests/.snapshots/success.txt +++ b/tests/.snapshots/success.txt @@ -332,6 +332,18 @@ ✓ pass ✓ failures ✓ failures with custom message + ✓ not failures + + PASS Tests\Features\Expect\toBeBetween + ✓ passes with int + ✓ passes with float + ✓ passes with float and int + ✓ passes with DateTime + ✓ failure with int + ✓ failure with float + ✓ failure with float and int + ✓ failure with DateTime + ✓ failures with custom message ✓ not failures PASS Tests\Features\Expect\toBeBool @@ -1333,4 +1345,4 @@ WARN Tests\Visual\Version - visual snapshot of help command output - Tests: 2 deprecated, 4 warnings, 5 incomplete, 2 notices, 13 todos, 19 skipped, 943 passed (2224 assertions) \ No newline at end of file + Tests: 2 deprecated, 4 warnings, 5 incomplete, 2 notices, 13 todos, 19 skipped, 953 passed (2269 assertions) \ No newline at end of file diff --git a/tests/Visual/Parallel.php b/tests/Visual/Parallel.php index e8e3ea22..13f74dbd 100644 --- a/tests/Visual/Parallel.php +++ b/tests/Visual/Parallel.php @@ -16,7 +16,7 @@ $run = function () { test('parallel', function () use ($run) { expect($run('--exclude-group=integration')) - ->toContain('Tests: 1 deprecated, 4 warnings, 5 incomplete, 2 notices, 13 todos, 15 skipped, 932 passed (2209 assertions)') + ->toContain('Tests: 1 deprecated, 4 warnings, 5 incomplete, 2 notices, 13 todos, 15 skipped, 942 passed (2254 assertions)') ->toContain('Parallel: 3 processes'); })->skipOnWindows();