Skip to content

Commit 3243618

Browse files
committed
MC-17592: End-to-end integration to test order with Payflow Link
- removed tearDown method
1 parent 1f17b9d commit 3243618

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

dev/tests/integration/testsuite/Magento/PaypalGraphQl/Model/Resolver/Guest/GetPayflowLinkTokenTest.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -79,12 +79,4 @@ public function testResolvePayflowLinkToken() : void
7979
$this->assertEquals('TEST', $payflowLinkTokenResponse['mode']);
8080
$this->assertEquals('https://pilot-payflowlink.paypal.com', $payflowLinkTokenResponse['paypal_url']);
8181
}
82-
83-
/**
84-
* @inheritdoc
85-
*/
86-
protected function tearDown()
87-
{
88-
$this->objectManager->removeSharedInstance(Gateway::class);
89-
}
9082
}

0 commit comments

Comments
 (0)