File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
dev/tests/unit/Magento/FunctionalTestFramework/DataGenerator/Handlers
src/Magento/FunctionalTestingFramework/DataGenerator/Handlers Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ public function testCreateEntityWithNonExistingName()
40
40
$ scope = PersistedObjectHandler::TEST_SCOPE ;
41
41
42
42
$ exceptionMessage = "Entity \"" . $ entityName . "\" does not exist. " .
43
- "\nException occurred parsing action at StepKey \"" . $ entityStepKey . "\"" ;
43
+ "\nException occurred executing action at StepKey \"" . $ entityStepKey . "\"" ;
44
44
45
45
$ this ->expectException (TestReferenceException::class);
46
46
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ public function createEntity(
101
101
if ($ retrievedEntity === null ) {
102
102
throw new TestReferenceException (
103
103
"Entity \"" . $ entity . "\" does not exist. " .
104
- "\nException occurred parsing action at StepKey \"" . $ key . "\""
104
+ "\nException occurred executing action at StepKey \"" . $ key . "\""
105
105
);
106
106
}
107
107
You can’t perform that action at this time.
0 commit comments