File tree Expand file tree Collapse file tree 2 files changed +1
-10
lines changed
dev/tests/api-functional/testsuite/Magento Expand file tree Collapse file tree 2 files changed +1
-10
lines changed Original file line number Diff line number Diff 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,
Original file line number Diff line number Diff 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 /**
You can’t perform that action at this time.
0 commit comments