We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16acb3b commit 7d277c3Copy full SHA for 7d277c3
tests/Feature/EnumAnnotateTest.php
@@ -37,4 +37,4 @@
37
38
(fn() => self::$paths = [])->bindTo(null, Enums::class)();
39
(fn() => self::$basePath = null)->bindTo(null, Enums::class)();
40
-});
+})->skip(PHP_OS_FAMILY == 'Windows', 'Windows is ending one line differently');
0 commit comments