Skip to content

Commit c6015a8

Browse files
committed
Squiz/ForLoopDeclaration: rename js test case file to allow for adding more
1 parent 3d55d71 commit c6015a8

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

src/Standards/Squiz/Tests/ControlStructures/ForLoopDeclarationUnitTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public function getErrorList($testFile='')
6767
116 => 2,
6868
];
6969

70-
case 'ForLoopDeclarationUnitTest.js':
70+
case 'ForLoopDeclarationUnitTest.1.js':
7171
return [
7272
6 => 2,
7373
9 => 2,
@@ -125,7 +125,7 @@ public function getWarningList($testFile='')
125125
case 'ForLoopDeclarationUnitTest.3.inc':
126126
return [6 => 1];
127127

128-
case 'ForLoopDeclarationUnitTest.js':
128+
case 'ForLoopDeclarationUnitTest.1.js':
129129
return [125 => 1];
130130

131131
default:

0 commit comments

Comments
 (0)