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()
4040 $ scope = PersistedObjectHandler::TEST_SCOPE ;
4141
4242 $ exceptionMessage = "Entity \"" . $ entityName . "\" does not exist. " .
43- "\nException occurred parsing action at StepKey \"" . $ entityStepKey . "\"" ;
43+ "\nException occurred executing action at StepKey \"" . $ entityStepKey . "\"" ;
4444
4545 $ this ->expectException (TestReferenceException::class);
4646
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ public function createEntity(
101101 if ($ retrievedEntity === null ) {
102102 throw new TestReferenceException (
103103 "Entity \"" . $ entity . "\" does not exist. " .
104- "\nException occurred parsing action at StepKey \"" . $ key . "\""
104+ "\nException occurred executing action at StepKey \"" . $ key . "\""
105105 );
106106 }
107107
You can’t perform that action at this time.
0 commit comments