Skip to content

Commit 5bfbc09

Browse files
committed
Excluded windows specific test
1 parent ffdea20 commit 5bfbc09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/Feature/Patterns/FilePathWinPatternTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
$check = $builder->filePathWin(0, null, true)->check();
5454

5555
expect($check)->toBeTrue();
56-
});
56+
})->onlyOnWindows();
5757

5858
it('checks file using array options', function () {
5959
$string = __DIR__.'\..\..\TestFiles\document.txt';
@@ -66,4 +66,4 @@
6666
])->check();
6767

6868
expect($check)->toBeTrue();
69-
});
69+
})->onlyOnWindows();

0 commit comments

Comments
 (0)