mirror of
https://github.com/pestphp/pest.git
synced 2026-04-21 06:27:28 +02: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