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 fbee778 commit 24838c5Copy full SHA for 24838c5
dev/tests/unit/Magento/FunctionalTestFramework/Test/Handlers/CestObjectHandlerTest.php
@@ -188,7 +188,6 @@ public function testGetCestsByGroup()
188
$coh = CestObjectHandler::getInstance();
189
$cests = $coh->getCestsByGroup('test');
190
191
-
192
// perform asserts
193
$this->assertCount(2, $cests);
194
$this->assertArrayHasKey($this->testCestName . '2', $cests);
0 commit comments