Skip to content

Commit 7cb9e9f

Browse files
author
Volodymyr Zaets
committed
MAGETWO-50158: [UI Component] Dynamic Rows Tables: add pagination support
- fix test
1 parent 229cbe5 commit 7cb9e9f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dev/tests/integration/testsuite/Magento/Customer/Model/ResourceModel/AddressRepositoryTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,12 @@ class AddressRepositoryTest extends \PHPUnit_Framework_TestCase
3636

3737
protected function setUp()
3838
{
39+
$this->_objectManager = \Magento\TestFramework\Helper\Bootstrap::getObjectManager();
40+
3941
/* @var \Magento\Framework\Config\CacheInterface $cache */
4042
$cache = $this->_objectManager->create('Magento\Framework\Config\CacheInterface');
4143
$cache->remove('extension_attributes_config');
4244

43-
$this->_objectManager = \Magento\TestFramework\Helper\Bootstrap::getObjectManager();
4445
$this->repository = $this->_objectManager->create('Magento\Customer\Api\AddressRepositoryInterface');
4546
$this->_addressFactory = $this->_objectManager->create('Magento\Customer\Api\Data\AddressInterfaceFactory');
4647
$this->dataObjectHelper = $this->_objectManager->create('Magento\Framework\Api\DataObjectHelper');

0 commit comments

Comments
 (0)