Skip to content

Commit 25c57dc

Browse files
committed
MQE-588: CreatedData should throw Error/Warning when undefined data is returned
- prevent printing in unit phase
1 parent a344d34 commit 25c57dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/unit/Magento/FunctionalTestFramework/DataGenerator/Handlers/PersistedObjectHandlerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ public function testRetrieveEntityInValidField($name, $key, $value, $type, $scop
433433

434434
// validate log statement
435435
TestLoggingUtil::getInstance()->validateMockLogStatement(
436-
"warning",
436+
'warning',
437437
$warnMsg,
438438
[]
439439
);

0 commit comments

Comments
 (0)