mirror of
https://github.com/pestphp/pest.git
synced 2026-04-20 22:20:17 +02: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