Skip to content

Commit e8f122b

Browse files
committed
release: 2.34.8
1 parent 9fc607a commit e8f122b

File tree

6 files changed

+13
-7
lines changed

6 files changed

+13
-7
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@
5252
},
5353
"require-dev": {
5454
"pestphp/pest-dev-tools": "^2.16.0",
55-
"pestphp/pest-plugin-type-coverage": "^2.8.1",
56-
"symfony/process": "^6.4.0|^7.0.4"
55+
"pestphp/pest-plugin-type-coverage": "^2.8.3",
56+
"symfony/process": "^6.4.0|^7.1.1"
5757
},
5858
"minimum-stability": "dev",
5959
"prefer-stable": true,

src/Pest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
function version(): string
88
{
9-
return '2.34.7';
9+
return '2.34.8';
1010
}
1111

1212
function testDirectory(string $file = ''): string

tests/.pest/snapshots/Visual/Help/visual_snapshot_of_help_command_output.snap

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
Pest Testing Framework 2.34.7.
2+
Pest Testing Framework 2.34.8.
33

44
USAGE: pest <file> [options]
55

Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11

2-
Pest Testing Framework 2.34.7.
2+
Pest Testing Framework 2.34.8.
33

tests/.snapshots/success.txt

+7-1
Original file line numberDiff line numberDiff line change
@@ -511,6 +511,12 @@
511511
✓ passes with strings
512512
✓ failures
513513
✓ failures with custom message
514+
✓ not failures
515+
516+
PASS Tests\Features\Expect\toBeList
517+
✓ pass
518+
✓ failures
519+
✓ failures with custom message
514520
✓ not failures
515521

516522
PASS Tests\Features\Expect\toBeLowercase
@@ -1418,4 +1424,4 @@
14181424
WARN Tests\Visual\Version
14191425
- visual snapshot of help command output
14201426

1421-
Tests: 2 deprecated, 4 warnings, 5 incomplete, 2 notices, 13 todos, 20 skipped, 1009 passed (2395 assertions)
1427+
Tests: 2 deprecated, 4 warnings, 5 incomplete, 2 notices, 13 todos, 20 skipped, 1013 passed (2405 assertions)

tests/Visual/Parallel.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
test('parallel', function () use ($run) {
1818
expect($run('--exclude-group=integration'))
19-
->toContain('Tests: 1 deprecated, 4 warnings, 5 incomplete, 2 notices, 13 todos, 16 skipped, 994 passed (2348 assertions)')
19+
->toContain('Tests: 1 deprecated, 4 warnings, 5 incomplete, 2 notices, 13 todos, 16 skipped, 998 passed (2358 assertions)')
2020
->toContain('Parallel: 3 processes');
2121
})->skipOnWindows();
2222

0 commit comments

Comments
 (0)