Skip to content

Commit b48fbe5

Browse files
authored
Update deprecation message
1 parent 46cbae1 commit b48fbe5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Magento/FunctionalTestingFramework/Util/TestGenerator.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1043,7 +1043,7 @@ public function generateStepsPhp($actionObjects, $generationScope = TestGenerato
10431043
);
10441044
break;
10451045
case "executeInSelenium":
1046-
$this->deprecationMessages[] = "DEPRECATED ACTION in Test: at step {$stepKey} executeInSelenium"
1046+
$this->deprecationMessages[] = "DEPRECATED ACTION in Test: at step {$stepKey} 'executeInSelenium'"
10471047
. self::MFTF_3_O_0_DEPRECATION_MESSAGE;
10481048
$testSteps .= $this->wrapFunctionCall($actor, $actionObject, $function);
10491049
break;
@@ -1056,7 +1056,7 @@ public function generateStepsPhp($actionObjects, $generationScope = TestGenerato
10561056
);
10571057
break;
10581058
case "performOn":
1059-
$this->deprecationMessages[] = "DEPRECATED ACTION in Test: at step {$stepKey} performOn"
1059+
$this->deprecationMessages[] = "DEPRECATED ACTION in Test: at step {$stepKey} 'performOn'"
10601060
. self::MFTF_3_O_0_DEPRECATION_MESSAGE;
10611061
$testSteps .= $this->wrapFunctionCall(
10621062
$actor,

0 commit comments

Comments
 (0)