Skip to content

Commit d69e3ea

Browse files
committed
MAGETWO-98832: Multistore Allowed Countries List Problem
1 parent df5d914 commit d69e3ea

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

dev/tests/integration/testsuite/Magento/Quote/Model/QuoteTest.php

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@
1919
use Magento\Framework\Api\SearchCriteriaBuilder;
2020
use Magento\Quote\Api\CartRepositoryInterface;
2121
use Magento\Framework\Api\ExtensibleDataInterface;
22-
use Magento\Framework\App\Config\ConfigResource\ConfigInterface;
23-
use Magento\Framework\App\Config\ReinitableConfigInterface;
24-
use Magento\Store\Model\StoreManagerInterface;
2522

2623
/**
2724
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
@@ -33,23 +30,12 @@ class QuoteTest extends \PHPUnit\Framework\TestCase
3330
*/
3431
private $objectManager;
3532

36-
/**
37-
* @var ConfigInterface
38-
*/
39-
private $config;
40-
41-
/**
42-
* @var string
43-
*/
44-
private $allowedCountriesConfigPath = 'general/country/allow';
45-
4633
/**
4734
* @inheritdoc
4835
*/
4936
protected function setUp()
5037
{
5138
$this->objectManager = Bootstrap::getObjectManager();
52-
$this->config = Bootstrap::getObjectManager()->get(ConfigInterface::class);
5339
}
5440

5541
/**

0 commit comments

Comments
 (0)