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 18030d3 commit 4a055bfCopy full SHA for 4a055bf
src/Magento/FunctionalTestingFramework/Test/Handlers/ActionGroupObjectHandler.php
@@ -131,7 +131,9 @@ private function extendActionGroup($actionGroupObject): ActionGroupObject
131
{
132
if ($actionGroupObject->getParentName() !== null) {
133
if ($actionGroupObject->getParentName() == $actionGroupObject->getName()) {
134
- throw new TestFrameworkException("Mftf Action Group can not extend from itself: " . $actionGroupObject->getName());
+ throw new TestFrameworkException(
135
+ "Mftf Action Group can not extend from itself: " . $actionGroupObject->getName()
136
+ );
137
}
138
return $this->extendUtil->extendActionGroup($actionGroupObject);
139
0 commit comments