File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -112,14 +112,18 @@ public static function dataAcceptOnlyGitStaged()
112
112
113
113
'single file marked as git modified - file in root dir ' => [
114
114
'inputPaths ' => $ fakeFileList ,
115
- 'outputGitStaged ' => ['autoload.php ' ],
115
+ 'outputGitStaged ' => [
116
+ 'autoload.php ' ,
117
+ ],
116
118
'expectedOutput ' => [
117
119
$ basedir .'/autoload.php ' ,
118
120
],
119
121
],
120
122
'single file marked as git modified - file in sub dir ' => [
121
123
'inputPaths ' => $ fakeFileList ,
122
- 'outputGitStaged ' => ['src/Standards/Generic/Sniffs/Classes/DuplicateClassNameSniff.php ' ],
124
+ 'outputGitStaged ' => [
125
+ 'src/Standards/Generic/Sniffs/Classes/DuplicateClassNameSniff.php ' ,
126
+ ],
123
127
'expectedOutput ' => [
124
128
$ basedir .'/src ' ,
125
129
$ basedir .'/src/Standards ' ,
You can’t perform that action at this time.
0 commit comments