Commit 39131ef
Skip test_it_can_parse_enum on PHP < 8.1
The test uses a real autoloadable enum fixture. On PHP 8.0, loading the
file via the autoloader causes a ParseError because enums are not
supported. Marking it as @requires PHP 8.1 makes it skip gracefully on
older runtimes.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent dfc4e5a commit 39131ef
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
15 | 18 | | |
16 | 19 | | |
17 | 20 | | |
| |||
0 commit comments