Skip to content

Commit 1918e6c

Browse files
committed
Update test
1 parent 42ae345 commit 1918e6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Feature/EnumMakeTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@
3737
})->with([
3838
['App\Enums\Generated1', 'bitwise'],
3939
['Domain\Common\Enums\Generated2', 'snake'],
40-
])->skipOnLinux();
40+
])->skip(PHP_OS_FAMILY == 'Linux', 'Currently skipping for unknown behavior on Linux');

0 commit comments

Comments
 (0)