mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 15:57:21 +01:00
feat: skips on windows
This commit is contained in:
@ -18,4 +18,4 @@ test('visual snapshot of help command output', function () {
|
||||
}
|
||||
|
||||
expect($output())->toContain(file_get_contents($snapshot));
|
||||
})->skip(PHP_OS_FAMILY === 'Windows');
|
||||
})->skipOnWindows();
|
||||
|
||||
Reference in New Issue
Block a user