Skip to content

Commit defc42f

Browse files
rodrigoprimojrfnl
authored andcommitted
Generic/SpaceAfterNot: rename test case file
Doing this to be able to create tests with syntax errors on separate files.
1 parent 746ce57 commit defc42f

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

src/Standards/Generic/Tests/Formatting/SpaceAfterNotUnitTest.php

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

0 commit comments

Comments
 (0)