mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 07:47:22 +01:00
feat: skips on windows
This commit is contained in:
@ -39,4 +39,4 @@ test('collision', function (array $arguments) {
|
||||
})->with([
|
||||
[['']],
|
||||
[['--parallel']],
|
||||
])->skip(PHP_OS_FAMILY === 'Windows');
|
||||
])->skipOnWindows();
|
||||
|
||||
Reference in New Issue
Block a user