Skip to content

Commit b737b79

Browse files
committed
fix test
1 parent a8434dd commit b737b79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Unit/ScannerServiceImplTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ final class ScannerServiceImplTest extends TestCase
5858
protected function setUp(): void
5959
{
6060
if (OperatingSystem::isWindows()) {
61-
// self::markTestSkipped('Tests in this class are skipped for Windows.');
61+
self::markTestSkipped('Tests in this class are skipped for Windows.');
6262
}
6363

6464
foreach (self::DIRECTORY_MODES as $directory => $directoryMode) {

0 commit comments

Comments
 (0)