release: v3.0.6

This commit is contained in:
Nuno Maduro
2024-09-11 18:59:43 +01:00
parent ce61ced8e1
commit 0d50d35b5e
4 changed files with 4 additions and 3 deletions

View File

@ -6,7 +6,7 @@ namespace Pest;
function version(): string function version(): string
{ {
return '3.0.4'; return '3.0.6';
} }
function testDirectory(string $file = ''): string function testDirectory(string $file = ''): string

View File

@ -122,6 +122,7 @@ final class WrapperRunner implements RunnerInterface
$parameters = array_merge($parameters, $options->passthruPhp); $parameters = array_merge($parameters, $options->passthruPhp);
} }
/** @var array<int, non-empty-string> $parameters */
$parameters = $this->handleLaravelHerd($parameters); $parameters = $this->handleLaravelHerd($parameters);
$parameters[] = $wrapper; $parameters[] = $wrapper;

View File

@ -1,5 +1,5 @@
Pest Testing Framework 3.0.4. Pest Testing Framework 3.0.6.
USAGE: pest <file> [options] USAGE: pest <file> [options]

View File

@ -1,3 +1,3 @@
Pest Testing Framework 3.0.4. Pest Testing Framework 3.0.6.