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
287
287
is_default_store_group,
288
288
website_id,
289
289
website_code,
290
- website_name,,
290
+ website_name,
291
291
locale,
292
292
base_currency_code,
293
293
default_display_currency_code,
Original file line number Diff line number Diff line change @@ -54,11 +54,6 @@ class CartTotalRepositoryTest extends WebapiAbstract
54
54
*/
55
55
private $ fixtures ;
56
56
57
- /**
58
- * @var Config
59
- */
60
- private $ object ;
61
-
62
57
protected function setUp (): void
63
58
{
64
59
$ this ->objectManager = \Magento \TestFramework \Helper \Bootstrap::getObjectManager ();
@@ -69,10 +64,6 @@ protected function setUp(): void
69
64
\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
69
/**
You can’t perform that action at this time.
0 commit comments