Skip to content

Commit 7e13933

Browse files
committed
Tests/EnumCaseTest: activate three test cases
These test cases already existed in the test case file, but were not being run as tests. Fixed now.
1 parent 8ecd89e commit 7e13933

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/Core/Tokenizer/EnumCaseTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,9 @@ public static function dataKeywordAsEnumCaseNameShouldBeString()
149149
['/* testKeywordAsEnumCaseNameShouldBeString2 */'],
150150
['/* testKeywordAsEnumCaseNameShouldBeString3 */'],
151151
['/* testKeywordAsEnumCaseNameShouldBeString4 */'],
152+
['/* testKeywordAsEnumCaseNameShouldBeString5 */'],
153+
['/* testKeywordAsEnumCaseNameShouldBeString6 */'],
154+
['/* testKeywordAsEnumCaseNameShouldBeString7 */'],
152155
];
153156

154157
}//end dataKeywordAsEnumCaseNameShouldBeString()

0 commit comments

Comments
 (0)