Skip to content

Commit ec82f6c

Browse files
committed
Generic/UnnecessaryStringConcat: rename test case file
Doing this to be able to create tests with syntax errors on separate files.
1 parent 5ef1105 commit ec82f6c

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/Standards/Generic/Tests/Strings/UnnecessaryStringConcatUnitTest.php

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

0 commit comments

Comments
 (0)