Skip to content

Commit df4e4d9

Browse files
authored
Update TestDependencyUtil.php
1 parent cdce6a7 commit df4e4d9

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
@@ -182,8 +182,6 @@ public function mergeDependenciesForExtendingTests(
182182
))==0
183183
) {
184184
$testDependencies[] = [
185-
'filter'=> call_user_func_array('array_merge', $filterResult),
186-
'excludeGroup'=>$filterList['excludeGroup'],
187185
"file_path" => array_column($testDependencyArray, 'file_path'),
188186
"full_name" => $testDependencyArray[0]["full_name"],
189187
"test_name" => $testDependencyArray[0]["test_name"],

0 commit comments

Comments
 (0)