diff --git a/tests/Feature/Patterns/FilePathWinPatternTest.php b/tests/Feature/Patterns/FilePathWinPatternTest.php index e4a689c..9249383 100644 --- a/tests/Feature/Patterns/FilePathWinPatternTest.php +++ b/tests/Feature/Patterns/FilePathWinPatternTest.php @@ -53,7 +53,7 @@ $check = $builder->filePathWin(0, null, true)->check(); expect($check)->toBeTrue(); -}); +})->onlyOnWindows(); it('checks file using array options', function () { $string = __DIR__.'\..\..\TestFiles\document.txt'; @@ -66,4 +66,4 @@ ])->check(); expect($check)->toBeTrue(); -}); \ No newline at end of file +})->onlyOnWindows(); \ No newline at end of file