Skip to content

Commit

Permalink
release: v3.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
nunomaduro committed Sep 11, 2024
1 parent ce61ced commit 0d50d35
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Pest.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

function version(): string
{
return '3.0.4';
return '3.0.6';
}

function testDirectory(string $file = ''): string
Expand Down
1 change: 1 addition & 0 deletions src/Plugins/Parallel/Paratest/WrapperRunner.php
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ public function __construct(
$parameters = array_merge($parameters, $options->passthruPhp);
}

/** @var array<int, non-empty-string> $parameters */
$parameters = $this->handleLaravelHerd($parameters);

$parameters[] = $wrapper;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

Pest Testing Framework 3.0.4.
Pest Testing Framework 3.0.6.

USAGE: pest <file> [options]

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@

Pest Testing Framework 3.0.4.
Pest Testing Framework 3.0.6.

0 comments on commit 0d50d35

Please sign in to comment.