File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
dev/tests/unit/testsuite/Magento/OfflineShipping/Block/Adminhtml/Carrier/Tablerate Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ class GridTest extends \PHPUnit_Framework_TestCase
13
13
protected $ model ;
14
14
15
15
/**
16
- * @var \Magento\Store\Model \StoreManagerInterface|\PHPUnit_Framework_MockObject_MockObject
16
+ * @var \Magento\Framework\Store \StoreManagerInterface|\PHPUnit_Framework_MockObject_MockObject
17
17
*/
18
18
protected $ storeManagerMock ;
19
19
@@ -41,7 +41,7 @@ protected function setUp()
41
41
{
42
42
$ objectManager = new \Magento \TestFramework \Helper \ObjectManager ($ this );
43
43
44
- $ this ->storeManagerMock = $ this ->getMockBuilder ('Magento\Store\Model \StoreManagerInterface ' )
44
+ $ this ->storeManagerMock = $ this ->getMockBuilder ('Magento\Framework\Store \StoreManagerInterface ' )
45
45
->disableOriginalConstructor ()
46
46
->getMock ();
47
47
You can’t perform that action at this time.
0 commit comments