Compare commits

..

5 Commits

Author SHA1 Message Date
nuno maduro ce05ee9aad release: v4.4.4 2026-04-03 12:00:04 +01:00
nuno maduro 3d2ebdb273 bump: dependencies 2026-04-03 11:59:54 +01:00
nuno maduro f47b74445b Merge pull request #1657 from morpheus7CS/pint-formatting-rules-applied-to-stubs 2026-04-02 13:04:00 +01:00
Gal Jakic (We Wow Web) 6c42e7f4ea Laravel Pint default formatting applied to Pest-php.stub 2026-04-01 16:48:14 +02:00
nuno maduro a087555383 bump: dependencies 2026-03-26 14:30:03 +00:00
5 changed files with 12 additions and 11 deletions
+6 -6
View File
@@ -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"
},
@@ -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,
+1 -1
View File
@@ -6,7 +6,7 @@ namespace Pest;
function version(): string
{
return '4.4.3';
return '4.4.4';
}
function testDirectory(string $file = ''): string
+2 -1
View File
@@ -1,5 +1,6 @@
<?php
use Illuminate\Foundation\Testing\RefreshDatabase;
use Tests\TestCase;
/*
@@ -14,7 +15,7 @@ use Tests\TestCase;
*/
pest()->extend(TestCase::class)
// ->use(Illuminate\Foundation\Testing\RefreshDatabase::class)
// ->use(RefreshDatabase::class)
->in('Feature');
/*
@@ -1,5 +1,5 @@
Pest Testing Framework 4.4.3.
Pest Testing Framework 4.4.4.
USAGE: pest <file> [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
@@ -1,3 +1,3 @@
Pest Testing Framework 4.4.3.
Pest Testing Framework 4.4.4.