File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -149,11 +149,6 @@ public function testFilterDuplicateTransPaths()
149
149
$ this ->translationDir .'/a/different/test/folder ' ,
150
150
];
151
151
152
- $ expectedPaths = [
153
- $ this ->translationDir .'/a/different/test/folder ' ,
154
- $ this ->translationDir .'/a/test/folder ' ,
155
- ];
156
-
157
152
foreach ($ transPaths as $ transPath ) {
158
153
if (realpath ($ transPath )) {
159
154
continue ;
@@ -177,6 +172,11 @@ public function testFilterDuplicateTransPaths()
177
172
178
173
$ filteredTransPaths = $ method ->invoke ($ command , $ transPaths );
179
174
175
+ $ expectedPaths = [
176
+ realpath ($ this ->translationDir .'/a/different/test/folder ' ),
177
+ realpath ($ this ->translationDir .'/a/test/folder ' ),
178
+ ];
179
+
180
180
$ this ->assertEquals ($ expectedPaths , $ filteredTransPaths );
181
181
}
182
182
You can’t perform that action at this time.
0 commit comments