Skip to content

Commit 70e8de8

Browse files
committed
Merge remote-tracking branch 'origin/MC-17118-payflow-link' into MC-17118-payflow-link
2 parents fa7e07f + 3243618 commit 70e8de8

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)