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 02faef8 commit 629cab3Copy full SHA for 629cab3
src/Magento/FunctionalTestingFramework/Util/Script/TestDependencyUtil.php
@@ -212,8 +212,8 @@ public function getFilteredValues(array $filterList)
212
$filterData->filter($testObjects);
213
}
214
foreach ($testObjects as $testObjects) {
215
- $testNames[] = $testObjects->getName();
+ $testValues[] = $testObjects->getName();
216
217
- return $testNames;
+ return $testValues;
218
219
0 commit comments