Skip to content

Commit 6f35328

Browse files
Useless method overriding issue fix
1 parent e5bcfcd commit 6f35328

File tree

1 file changed

+0
-9
lines changed
  • dev/tests/integration/testsuite/Magento/Customer/Controller/Adminhtml

1 file changed

+0
-9
lines changed

dev/tests/integration/testsuite/Magento/Customer/Controller/Adminhtml/GroupTest.php

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,6 @@ public function setUp()
3939
$this->groupRepository = $objectManager->get(\Magento\Customer\Api\GroupRepositoryInterface::class);
4040
}
4141

42-
/**
43-
* @inheritDoc
44-
*/
45-
public function tearDown()
46-
{
47-
parent::tearDown();
48-
//$this->session->unsCustomerGroupData();
49-
}
50-
5142
/**
5243
* Test new group form.
5344
*/

0 commit comments

Comments
 (0)