Skip to content

Commit fdee720

Browse files
committed
ACPT-484: Slave connection improvement [Stabilize PR]
1 parent 71ca796 commit fdee720

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

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)