Skip to content

Commit 4312057

Browse files
committed
Generic/LowerCaseConstant: rename unit test case file to allow for adding more
1 parent 27678e7 commit 4312057

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

src/Standards/Generic/Tests/PHP/LowerCaseConstantUnitTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ final class LowerCaseConstantUnitTest extends AbstractSniffUnitTest
3333
public function getErrorList($testFile='')
3434
{
3535
switch ($testFile) {
36-
case 'LowerCaseConstantUnitTest.inc':
36+
case 'LowerCaseConstantUnitTest.1.inc':
3737
return [
3838
7 => 1,
3939
10 => 1,

0 commit comments

Comments
 (0)