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 71ca796 commit fdee720Copy full SHA for fdee720
dev/tests/api-functional/testsuite/Magento/Quote/Api/CartTotalRepositoryTest.php
@@ -54,11 +54,6 @@ class CartTotalRepositoryTest extends WebapiAbstract
54
*/
55
private $fixtures;
56
57
- /**
58
- * @var Config
59
- */
60
- private $object;
61
-
62
protected function setUp(): void
63
{
64
$this->objectManager = \Magento\TestFramework\Helper\Bootstrap::getObjectManager();
@@ -69,10 +64,6 @@ protected function setUp(): void
69
\Magento\Framework\Api\FilterBuilder::class
70
65
);
71
66
$this->fixtures = $this->objectManager->get(DataFixtureStorageManager::class)->getStorage();
72
- $this->object = $this->createPartialMock(
73
- Config::class,
74
- ['_getConfigValue', '_setConfigValue']
75
- );
76
67
}
77
68
78
/**
0 commit comments