mirror of
https://github.com/pestphp/pest.git
synced 2026-03-10 01:37:21 +01:00
chore: adjusts for parallel testing
This commit is contained in:
@ -38,4 +38,5 @@ test('collision', function (array $arguments) {
|
||||
expect($output())->toContain(file_get_contents($snapshot));
|
||||
})->with([
|
||||
[['']],
|
||||
[['--parallel']],
|
||||
])->skipOnWindows();
|
||||
|
||||
Reference in New Issue
Block a user