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 6daf60a commit fb88f3aCopy full SHA for fb88f3a
src/Magento/FunctionalTestingFramework/Test/Util/ActionObjectExtractor.php
@@ -107,7 +107,7 @@ private function processActionGroupArgs($actionAttributeData)
107
}
108
109
$actionAttributeArgData[self::ACTION_GROUP_ARGUMENTS][$attributeDataKey] =
110
- $attributeDataValues[self::ACTION_GROUP_ARG_VALUE];
+ $attributeDataValues[self::ACTION_GROUP_ARG_VALUE] ?? null;
111
112
113
return $actionAttributeArgData;
0 commit comments