Skip to content

Commit

Permalink
release: v2.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nunomaduro committed Nov 29, 2023
1 parent 3974a65 commit 90fb8c6
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/Pest.php
Expand Up @@ -6,7 +6,7 @@

function version(): string
{
return '2.25.0';
return '2.26.0';
}

function testDirectory(string $file = ''): string
Expand Down
@@ -1,5 +1,5 @@

Pest Testing Framework 2.25.0.
Pest Testing Framework 2.26.0.

USAGE: pest <file> [options]

Expand Down
@@ -1,3 +1,3 @@

Pest Testing Framework 2.25.0.
Pest Testing Framework 2.26.0.

3 changes: 2 additions & 1 deletion tests/.snapshots/success.txt
Expand Up @@ -836,6 +836,7 @@
✓ within describe → pass with dataset with ('my-datas-set-value')
✓ pass with toArray
✓ pass with array
✓ pass with toSnapshot
✓ failures
✓ failures with custom message
✓ not failures
Expand Down Expand Up @@ -1353,4 +1354,4 @@
WARN Tests\Visual\Version
- visual snapshot of help command output

Tests: 2 deprecated, 4 warnings, 5 incomplete, 2 notices, 13 todos, 19 skipped, 963 passed (2281 assertions)
Tests: 2 deprecated, 4 warnings, 5 incomplete, 2 notices, 13 todos, 19 skipped, 964 passed (2282 assertions)
2 changes: 1 addition & 1 deletion tests/Visual/Parallel.php
Expand Up @@ -16,7 +16,7 @@

test('parallel', function () use ($run) {
expect($run('--exclude-group=integration'))
->toContain('Tests: 1 deprecated, 4 warnings, 5 incomplete, 2 notices, 13 todos, 15 skipped, 952 passed (2266 assertions)')
->toContain('Tests: 1 deprecated, 4 warnings, 5 incomplete, 2 notices, 13 todos, 15 skipped, 953 passed (2267 assertions)')
->toContain('Parallel: 3 processes');
})->skipOnWindows();

Expand Down

0 comments on commit 90fb8c6

Please sign in to comment.