feat: skips on windows

This commit is contained in:
Nuno Maduro
2023-03-31 22:20:48 +01:00
parent 23c8adf497
commit 49ddcbd66b
8 changed files with 21 additions and 10 deletions

View File

@ -39,4 +39,4 @@ test('collision', function (array $arguments) {
})->with([
[['']],
[['--parallel']],
])->skip(PHP_OS_FAMILY === 'Windows');
])->skipOnWindows();