Skip to content

Commit 1f1331a

Browse files
Manjusha.SManjusha.S
Manjusha.S
authored and
Manjusha.S
committed
unit test added
1 parent f7f9f34 commit 1f1331a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dev/tests/unit/Magento/FunctionalTestFramework/Util/TestGeneratorTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ public function testUniqueIdAppendedToInputStringAsPrefix()
108108
$this->assertMatchesRegularExpression('/[A-Za-z0-9]+foo/', $result);
109109
}
110110

111-
/**
111+
/**
112112
* Basic test to check if exception is thrown when invalid entity is found in xml file
113113
*
114114
* @return void
@@ -123,9 +123,9 @@ public function testInvalidEntity()
123123
$testObject = new TestObject('sampleTest', ['merge123' => $actionObject], [], [], 'filename');
124124
$testGeneratorObject = TestGenerator::getInstance('', ['sampleTest' => $testObject]);
125125
$this->expectException(TestReferenceException::class);
126-
$result = $testGeneratorObject->entityExistsCheck('testintity', "teststepkey");
126+
$result = $testGeneratorObject->entityExistsCheck('testintity', "teststepkey");
127127
}
128-
128+
129129
/**
130130
* Basic test to check unique id is appended to input as suffix
131131
*

0 commit comments

Comments
 (0)