We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0057603 commit c7eb83bCopy full SHA for c7eb83b
src/Magento/FunctionalTestingFramework/Test/Handlers/TestObjectHandler.php
@@ -129,7 +129,7 @@ public function getAllObjects()
129
print(
130
"ERROR: "
131
. strval($errCount)
132
- . " Test(s) cannot to be extended in TestObjectHandler::getAllObjects(). See mftf.log for details."
+ . " Test(s) cannot be extended in TestObjectHandler::getAllObjects(). See mftf.log for details."
133
);
134
}
135
0 commit comments