We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0a1b76 commit f1c003cCopy full SHA for f1c003c
src/Magento/FunctionalTestingFramework/Util/Script/TestDependencyUtil.php
@@ -169,8 +169,6 @@ public function mergeDependenciesForExtendingTests(
169
}
170
$testDependencies = [];
171
foreach ($temp_array as $testDependencyArray) {
172
- $filTerString = [];
173
- $contents = "";
174
$flag = false;
175
foreach ($filterList['excludeGroup'] as $filterListData) {
176
$contents = file_get_contents($testDependencyArray[0]["file_path"]);
0 commit comments