File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
dev/tests/integration/testsuite/Magento/Customer/Model/ResourceModel Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -36,11 +36,12 @@ class AddressRepositoryTest extends \PHPUnit_Framework_TestCase
36
36
37
37
protected function setUp ()
38
38
{
39
+ $ this ->_objectManager = \Magento \TestFramework \Helper \Bootstrap::getObjectManager ();
40
+
39
41
/* @var \Magento\Framework\Config\CacheInterface $cache */
40
42
$ cache = $ this ->_objectManager ->create ('Magento\Framework\Config\CacheInterface ' );
41
43
$ cache ->remove ('extension_attributes_config ' );
42
44
43
- $ this ->_objectManager = \Magento \TestFramework \Helper \Bootstrap::getObjectManager ();
44
45
$ this ->repository = $ this ->_objectManager ->create ('Magento\Customer\Api\AddressRepositoryInterface ' );
45
46
$ this ->_addressFactory = $ this ->_objectManager ->create ('Magento\Customer\Api\Data\AddressInterfaceFactory ' );
46
47
$ this ->dataObjectHelper = $ this ->_objectManager ->create ('Magento\Framework\Api\DataObjectHelper ' );
You can’t perform that action at this time.
0 commit comments