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 1f17b9d commit 3243618Copy full SHA for 3243618
dev/tests/integration/testsuite/Magento/PaypalGraphQl/Model/Resolver/Guest/GetPayflowLinkTokenTest.php
@@ -79,12 +79,4 @@ public function testResolvePayflowLinkToken() : void
79
$this->assertEquals('TEST', $payflowLinkTokenResponse['mode']);
80
$this->assertEquals('https://pilot-payflowlink.paypal.com', $payflowLinkTokenResponse['paypal_url']);
81
}
82
-
83
- /**
84
- * @inheritdoc
85
- */
86
- protected function tearDown()
87
- {
88
- $this->objectManager->removeSharedInstance(Gateway::class);
89
- }
90
0 commit comments