diff --git a/tests/EnumTest.php b/tests/EnumTest.php index 3297151ee2d..963614bd198 100644 --- a/tests/EnumTest.php +++ b/tests/EnumTest.php @@ -405,6 +405,35 @@ function foo(): int|Code|null 'ignored_issues' => [], 'php_version' => '8.1', ], + 'EnumCaseReconciliation' => [ + 'code' => ' [ + '$code1' => 'Code|null', + '$code2' => 'null', + ], + 'ignored_issues' => [], + 'php_version' => '8.1', + ], ]; }