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()
149149 $ this ->translationDir .'/a/different/test/folder ' ,
150150 ];
151151
152- $ expectedPaths = [
153- $ this ->translationDir .'/a/different/test/folder ' ,
154- $ this ->translationDir .'/a/test/folder ' ,
155- ];
156-
157152 foreach ($ transPaths as $ transPath ) {
158153 if (realpath ($ transPath )) {
159154 continue ;
@@ -177,6 +172,11 @@ public function testFilterDuplicateTransPaths()
177172
178173 $ filteredTransPaths = $ method ->invoke ($ command , $ transPaths );
179174
175+ $ expectedPaths = [
176+ realpath ($ this ->translationDir .'/a/different/test/folder ' ),
177+ realpath ($ this ->translationDir .'/a/test/folder ' ),
178+ ];
179+
180180 $ this ->assertEquals ($ expectedPaths , $ filteredTransPaths );
181181 }
182182
You can’t perform that action at this time.
0 commit comments