Skip to content

Commit 24838c5

Browse files
committed
MQE-580: [Unit Test] CestObjectHandler.php
- add new test for getCestsByGroup function - extract mock logic into new function
1 parent fbee778 commit 24838c5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dev/tests/unit/Magento/FunctionalTestFramework/Test/Handlers/CestObjectHandlerTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,6 @@ public function testGetCestsByGroup()
188188
$coh = CestObjectHandler::getInstance();
189189
$cests = $coh->getCestsByGroup('test');
190190

191-
192191
// perform asserts
193192
$this->assertCount(2, $cests);
194193
$this->assertArrayHasKey($this->testCestName . '2', $cests);

0 commit comments

Comments
 (0)