Skip to content

Commit bc57a84

Browse files
committed
release: 4.3.1
1 parent bc39830 commit bc57a84

File tree

7 files changed

+6
-9
lines changed

7 files changed

+6
-9
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"pestphp/pest-plugin-mutate": "^4.0.1",
2727
"pestphp/pest-plugin-profanity": "^4.2.1",
2828
"phpunit/phpunit": "^12.5.4",
29-
"symfony/process": "^7.4.0|^8.0.0"
29+
"symfony/process": "^7.4.3|^8.0.0"
3030
},
3131
"conflict": {
3232
"filp/whoops": "<2.18.3",

src/ArchPresets/Php.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44

55
namespace Pest\ArchPresets;
66

7-
use Pest\Arch\Contracts\ArchExpectation;
8-
use Pest\Expectation;
9-
107
/**
118
* @internal
129
*/

src/Pest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

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

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
Pest Testing Framework 4.3.0.
2+
Pest Testing Framework 4.3.1.
33

44
USAGE: pest <file> [options]
55

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11

2-
Pest Testing Framework 4.3.0.
2+
Pest Testing Framework 4.3.1.
33

tests/.snapshots/success.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1782,4 +1782,4 @@
17821782
✓ pass with dataset with ('my-datas-set-value')
17831783
✓ within describe → pass with dataset with ('my-datas-set-value')
17841784

1785-
Tests: 2 deprecated, 4 warnings, 5 incomplete, 2 notices, 39 todos, 35 skipped, 1188 passed (2814 assertions)
1785+
Tests: 2 deprecated, 4 warnings, 5 incomplete, 2 notices, 39 todos, 35 skipped, 1188 passed (2813 assertions)

tests/Visual/Parallel.php

Lines changed: 1 addition & 1 deletion
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: 2 deprecated, 4 warnings, 5 incomplete, 2 notices, 39 todos, 26 skipped, 1177 passed (2790 assertions)')
19+
->toContain('Tests: 2 deprecated, 4 warnings, 5 incomplete, 2 notices, 39 todos, 26 skipped, 1177 passed (2789 assertions)')
2020
->toContain('Parallel: 3 processes');
2121
})->skipOnWindows();
2222

0 commit comments

Comments
 (0)