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 28c514e commit 8d0e0ccCopy full SHA for 8d0e0cc
dev/tests/integration/testsuite/Magento/PaypalGraphQl/PaypalExpressAbstractTest.php
@@ -59,7 +59,6 @@ abstract class PaypalExpressAbstractTest extends TestCase
59
*/
60
protected $graphQlRequest;
61
62
-
63
protected function setUp()
64
{
65
$this->objectManager = Bootstrap::getObjectManager();
@@ -81,8 +80,6 @@ protected function setUp()
81
80
$this->graphqlController = $this->objectManager->get(GraphQl::class);
82
83
$this->graphQlRequest = $this->objectManager->create(GraphQlRequest::class);
84
85
86
}
87
88
protected function tearDown()
0 commit comments