Skip to content

Commit

Permalink
Excluded windows specific test
Browse files Browse the repository at this point in the history
  • Loading branch information
MaestroError committed Feb 27, 2024
1 parent ffdea20 commit 5bfbc09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Feature/Patterns/FilePathWinPatternTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand All @@ -66,4 +66,4 @@
])->check();

expect($check)->toBeTrue();
});
})->onlyOnWindows();

0 comments on commit 5bfbc09

Please sign in to comment.