Skip to content

Commit f1c003c

Browse files
committed
ACQE-5843 : Fix static check failure
1 parent e0a1b76 commit f1c003c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Magento/FunctionalTestingFramework/Util/Script/TestDependencyUtil.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,8 +169,6 @@ public function mergeDependenciesForExtendingTests(
169169
}
170170
$testDependencies = [];
171171
foreach ($temp_array as $testDependencyArray) {
172-
$filTerString = [];
173-
$contents = "";
174172
$flag = false;
175173
foreach ($filterList['excludeGroup'] as $filterListData) {
176174
$contents = file_get_contents($testDependencyArray[0]["file_path"]);

0 commit comments

Comments
 (0)