Skip to content

Commit 8d0e0cc

Browse files
committed
MC-17875: Refactor GraphQl Integration tests
- fix static failures
1 parent 28c514e commit 8d0e0cc

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

dev/tests/integration/testsuite/Magento/PaypalGraphQl/PaypalExpressAbstractTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ abstract class PaypalExpressAbstractTest extends TestCase
5959
*/
6060
protected $graphQlRequest;
6161

62-
6362
protected function setUp()
6463
{
6564
$this->objectManager = Bootstrap::getObjectManager();
@@ -81,8 +80,6 @@ protected function setUp()
8180
$this->graphqlController = $this->objectManager->get(GraphQl::class);
8281

8382
$this->graphQlRequest = $this->objectManager->create(GraphQlRequest::class);
84-
85-
8683
}
8784

8885
protected function tearDown()

0 commit comments

Comments
 (0)