File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed
dev/tests/integration/testsuite/Magento/Quote/Model Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change 19
19
use Magento \Framework \Api \SearchCriteriaBuilder ;
20
20
use Magento \Quote \Api \CartRepositoryInterface ;
21
21
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 ;
25
22
26
23
/**
27
24
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
@@ -33,23 +30,12 @@ class QuoteTest extends \PHPUnit\Framework\TestCase
33
30
*/
34
31
private $ objectManager ;
35
32
36
- /**
37
- * @var ConfigInterface
38
- */
39
- private $ config ;
40
-
41
- /**
42
- * @var string
43
- */
44
- private $ allowedCountriesConfigPath = 'general/country/allow ' ;
45
-
46
33
/**
47
34
* @inheritdoc
48
35
*/
49
36
protected function setUp ()
50
37
{
51
38
$ this ->objectManager = Bootstrap::getObjectManager ();
52
- $ this ->config = Bootstrap::getObjectManager ()->get (ConfigInterface::class);
53
39
}
54
40
55
41
/**
You can’t perform that action at this time.
0 commit comments