fix: pipes not allowing to modify original value

This commit is contained in:
Nuno Maduro
2024-01-25 16:10:16 +00:00
parent 887bed3d45
commit 95cd550524
7 changed files with 40 additions and 6 deletions

View File

@ -16,7 +16,7 @@ $run = function () {
test('parallel', function () use ($run) {
expect($run('--exclude-group=integration'))
->toContain('Tests: 1 deprecated, 4 warnings, 5 incomplete, 2 notices, 13 todos, 16 skipped, 973 passed (2353 assertions)')
->toContain('Tests: 1 deprecated, 4 warnings, 5 incomplete, 2 notices, 13 todos, 16 skipped, 982 passed (2372 assertions)')
->toContain('Parallel: 3 processes');
})->skipOnWindows();