Skip to content

Commit d0b5d79

Browse files
committed
Fix test case
1 parent e1ca9fd commit d0b5d79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Drupal/NamingConventions/ValidEnumCaseUnitTest.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ enum Test: int {
1010
// Upper case parts are not allowed.
1111
case FourJSONCase = 4;
1212
case FiveAndAHorseCorrect = 5;
13-
case UIExample = 6;
13+
case UiExample = 6;
1414
}
1515

1616
// Those are all ok.

0 commit comments

Comments
 (0)