Skip to content

Commit dd0ead3

Browse files
authored
Merge pull request #7856 from magento-performance/ACPT-672
ACPT-672
2 parents c4b343b + 420efe2 commit dd0ead3

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

dev/tests/api-functional/testsuite/Magento/GraphQl/Store/AvailableStoreConfigTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ public function testCurrentGroupStoreConfigs(): void
287287
is_default_store_group,
288288
website_id,
289289
website_code,
290-
website_name,,
290+
website_name,
291291
locale,
292292
base_currency_code,
293293
default_display_currency_code,

dev/tests/api-functional/testsuite/Magento/Quote/Api/CartTotalRepositoryTest.php

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,6 @@ class CartTotalRepositoryTest extends WebapiAbstract
5454
*/
5555
private $fixtures;
5656

57-
/**
58-
* @var Config
59-
*/
60-
private $object;
61-
6257
protected function setUp(): void
6358
{
6459
$this->objectManager = \Magento\TestFramework\Helper\Bootstrap::getObjectManager();
@@ -69,10 +64,6 @@ protected function setUp(): void
6964
\Magento\Framework\Api\FilterBuilder::class
7065
);
7166
$this->fixtures = $this->objectManager->get(DataFixtureStorageManager::class)->getStorage();
72-
$this->object = $this->createPartialMock(
73-
Config::class,
74-
['_getConfigValue', '_setConfigValue']
75-
);
7667
}
7768

7869
/**

0 commit comments

Comments
 (0)