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 bfb57ec commit c35ac36Copy full SHA for c35ac36
dev/tests/integration/testsuite/Magento/Customer/_files/customer_subscribe_rollback.php
@@ -1,14 +1,15 @@
1
<?php
2
/**
3
-* Copyright © Magento, Inc. All rights reserved.
4
-* See COPYING.txt for license details.
5
-*/
+ * Copyright © Magento, Inc. All rights reserved.
+ * See COPYING.txt for license details.
+ */
6
// TODO: Should be removed in scope of https://github.com/magento/graphql-ce/issues/167
7
8
declare(strict_types=1);
9
10
use Magento\Framework\App\Config\Storage\WriterInterface;
11
use Magento\TestFramework\Helper\Bootstrap;
12
+
13
$objectManager = Bootstrap::getObjectManager();
14
/** @var Writer $configWriter */
15
$configWriter = $objectManager->create(WriterInterface::class);
0 commit comments