Skip to content

Commit 9e017e8

Browse files
committed
Squiz/ForLoopDeclaration: rename test case file
... in anticipation of adding addition test case files.
1 parent dbfe1c3 commit 9e017e8

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
@@ -33,7 +33,7 @@ final class ForLoopDeclarationUnitTest extends AbstractSniffUnitTest
3333
public function getErrorList($testFile='')
3434
{
3535
switch ($testFile) {
36-
case 'ForLoopDeclarationUnitTest.inc':
36+
case 'ForLoopDeclarationUnitTest.1.inc':
3737
return [
3838
8 => 2,
3939
11 => 2,
@@ -121,7 +121,7 @@ public function getErrorList($testFile='')
121121
public function getWarningList($testFile='')
122122
{
123123
switch ($testFile) {
124-
case 'ForLoopDeclarationUnitTest.inc':
124+
case 'ForLoopDeclarationUnitTest.1.inc':
125125
return [129 => 1];
126126

127127
case 'ForLoopDeclarationUnitTest.js':

0 commit comments

Comments
 (0)