From a08755538302b39f65d8c8641f35f42bfad2da73 Mon Sep 17 00:00:00 2001 From: nuno maduro Date: Thu, 26 Mar 2026 14:30:03 +0000 Subject: [PATCH 1/4] bump: dependencies --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 0c47bed4..db2c1957 100644 --- a/composer.json +++ b/composer.json @@ -58,7 +58,7 @@ "pestphp/pest-dev-tools": "^4.1.0", "pestphp/pest-plugin-browser": "^4.3.0", "pestphp/pest-plugin-type-coverage": "^4.0.3", - "psy/psysh": "^0.12.21" + "psy/psysh": "^0.12.22" }, "minimum-stability": "dev", "prefer-stable": true, From 6c42e7f4ea877a555389c735a7cf14adc2027730 Mon Sep 17 00:00:00 2001 From: "Gal Jakic (We Wow Web)" Date: Wed, 1 Apr 2026 16:48:14 +0200 Subject: [PATCH 2/4] Laravel Pint default formatting applied to Pest-php.stub --- stubs/init-laravel/Pest.php.stub | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/stubs/init-laravel/Pest.php.stub b/stubs/init-laravel/Pest.php.stub index 38347589..cb09b7f3 100644 --- a/stubs/init-laravel/Pest.php.stub +++ b/stubs/init-laravel/Pest.php.stub @@ -1,5 +1,6 @@ extend(TestCase::class) - // ->use(Illuminate\Foundation\Testing\RefreshDatabase::class) + // ->use(RefreshDatabase::class) ->in('Feature'); /* From 3d2ebdb27321e42f8a425b39ea945c7eecf96ccb Mon Sep 17 00:00:00 2001 From: nuno maduro Date: Fri, 3 Apr 2026 11:59:54 +0100 Subject: [PATCH 3/4] bump: dependencies --- composer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index db2c1957..afdead31 100644 --- a/composer.json +++ b/composer.json @@ -18,19 +18,19 @@ ], "require": { "php": "^8.3.0", - "brianium/paratest": "^7.19.2", - "nunomaduro/collision": "^8.9.1", + "brianium/paratest": "^7.20.0", + "nunomaduro/collision": "^8.9.2", "nunomaduro/termwind": "^2.4.0", "pestphp/pest-plugin": "^4.0.0", "pestphp/pest-plugin-arch": "^4.0.0", "pestphp/pest-plugin-mutate": "^4.0.1", "pestphp/pest-plugin-profanity": "^4.2.1", - "phpunit/phpunit": "^12.5.14", - "symfony/process": "^7.4.5|^8.0.5" + "phpunit/phpunit": "^12.5.16", + "symfony/process": "^7.4.5|^8.0.8" }, "conflict": { "filp/whoops": "<2.18.3", - "phpunit/phpunit": ">12.5.14", + "phpunit/phpunit": ">12.5.16", "sebastian/exporter": "<7.0.0", "webmozart/assert": "<1.11.0" }, From ce05ee9aad5672c21d50c7f2db6683727687771b Mon Sep 17 00:00:00 2001 From: nuno maduro Date: Fri, 3 Apr 2026 12:00:04 +0100 Subject: [PATCH 4/4] 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.