Skip to content

Commit 6f38dfd

Browse files
committed
Resolve deprecation errors
1 parent 4650eea commit 6f38dfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/unit/Magento/FunctionalTestFramework/Test/Util/ActionMergeUtilTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ public function testResolveActionStepEntityData(): void
107107
$dataFieldName = 'myfield';
108108
$dataFieldValue = 'myValue';
109109
$userInputKey = "userInput";
110-
$userInputValue = "{{" . "${dataObjectName}.${dataFieldName}}}";
110+
$userInputValue = "{{" . "{$dataObjectName}.{$dataFieldName}}}";
111111
$actionName = "myAction";
112112
$actionType = "myCustomType";
113113

0 commit comments

Comments
 (0)