Skip to content

Commit

Permalink
release: v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nunomaduro committed Sep 9, 2024
1 parent bb1a0b5 commit d772069
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 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.0-rc.2';
return '3.0.0';
}

function testDirectory(string $file = ''): string
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

Pest Testing Framework 3.0.0-rc.2.
Pest Testing Framework 3.0.0.

USAGE: pest <file> [options]

Expand Down Expand Up @@ -136,7 +136,6 @@
--mutate --clear-cache ............................ Clear the mutation cache
--mutate --no-cache ............................... Clear the mutation cache
--mutate --ignore-min-score-on-zero-mutations Ignore the minimum score requirement when there are no mutations
--mutate --ignore-min-score-on-zero-mutations Ignore the minimum score requirement when there are no mutations
--mutate --covered-only Only generate mutations for classes that are covered by tests
--mutate --everything Generate mutations for all classes, even if they are not covered by tests
--mutate --profile . Output to standard output the top ten slowest mutations
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@

Pest Testing Framework 3.0.0-rc.2.
Pest Testing Framework 3.0.0.

0 comments on commit d772069

Please sign in to comment.