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 23d7b6a commit 7fee1c9Copy full SHA for 7fee1c9
src/Magento/FunctionalTestingFramework/Util/Script/TestDependencyUtil.php
@@ -206,7 +206,7 @@ public function getFilteredValues(array $filterList)
206
foreach ($fileList->getFilters() as $filterData) {
207
$filterData->filter($testObjects);
208
}
209
- $testValues = array_map(function($testObjects) {
+ $testValues = array_map(function ($testObjects) {
210
return $testObjects->getName();
211
}, $testObjects);
212
return $testValues;
0 commit comments