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 42ae345 commit 1918e6cCopy full SHA for 1918e6c
tests/Feature/EnumMakeTest.php
@@ -37,4 +37,4 @@
37
})->with([
38
['App\Enums\Generated1', 'bitwise'],
39
['Domain\Common\Enums\Generated2', 'snake'],
40
-])->skipOnLinux();
+])->skip(PHP_OS_FAMILY == 'Linux', 'Currently skipping for unknown behavior on Linux');
0 commit comments