Skip to content

Commit 7d277c3

Browse files
committed
Update test
1 parent 16acb3b commit 7d277c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Feature/EnumAnnotateTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@
3737

3838
(fn() => self::$paths = [])->bindTo(null, Enums::class)();
3939
(fn() => self::$basePath = null)->bindTo(null, Enums::class)();
40-
});
40+
})->skip(PHP_OS_FAMILY == 'Windows', 'Windows is ending one line differently');

0 commit comments

Comments
 (0)