We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4650eea commit 6f38dfdCopy full SHA for 6f38dfd
dev/tests/unit/Magento/FunctionalTestFramework/Test/Util/ActionMergeUtilTest.php
@@ -107,7 +107,7 @@ public function testResolveActionStepEntityData(): void
107
$dataFieldName = 'myfield';
108
$dataFieldValue = 'myValue';
109
$userInputKey = "userInput";
110
- $userInputValue = "{{" . "${dataObjectName}.${dataFieldName}}}";
+ $userInputValue = "{{" . "{$dataObjectName}.{$dataFieldName}}}";
111
$actionName = "myAction";
112
$actionType = "myCustomType";
113
0 commit comments