Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit 504f03c

Browse files
author
Dmytro Yushkin
committed
MAGETWO-65119: Create/update automated functional tests
- Added cleanup for customer
1 parent 2b44fd1 commit 504f03c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Test/TestStep/SignifydCreateCustomerStep.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ public function run()
5757
*/
5858
public function cleanup()
5959
{
60+
$this->getStepInstance(CreateCustomerStep::class)->cleanup();
6061
$this->getStepInstance(DeleteCustomerStep::class)->run();
6162
}
6263

0 commit comments

Comments
 (0)