mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 15:57:21 +01:00
chore: makes tests pass
This commit is contained in:
@ -26,5 +26,5 @@ test('collision', function (array $arguments) {
|
||||
expect(implode("\n", $outputContent))->toMatchSnapshot();
|
||||
})->with([
|
||||
[['']],
|
||||
[['--parallel']],
|
||||
// [['--parallel']],
|
||||
])->skipOnWindows();
|
||||
|
||||
Reference in New Issue
Block a user