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 af0a499 commit 28804f4Copy full SHA for 28804f4
dev/tests/unit/Magento/FunctionalTestFramework/DataGenerator/Handlers/PersistedObjectHandlerTest.php
@@ -32,10 +32,9 @@ public function setUp()
32
TestLoggingUtil::getInstance()->setMockLoggingUtil();
33
}
34
35
- public function testCreateInvalidEntity()
+ public function testCreateEntityWithNonExistingName()
36
{
37
// Test Data and Variables
38
-
39
$entityName = "InvalidEntity";
40
$entityStepKey = "StepKey";
41
$scope = PersistedObjectHandler::TEST_SCOPE;
0 commit comments