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 cdce6a7 commit df4e4d9Copy full SHA for df4e4d9
src/Magento/FunctionalTestingFramework/Util/Script/TestDependencyUtil.php
@@ -182,8 +182,6 @@ public function mergeDependenciesForExtendingTests(
182
))==0
183
) {
184
$testDependencies[] = [
185
- 'filter'=> call_user_func_array('array_merge', $filterResult),
186
- 'excludeGroup'=>$filterList['excludeGroup'],
187
"file_path" => array_column($testDependencyArray, 'file_path'),
188
"full_name" => $testDependencyArray[0]["full_name"],
189
"test_name" => $testDependencyArray[0]["test_name"],
0 commit comments