File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
app/code/Magento/Catalog/Model/Product/Image
dev/tests/unit/testsuite/Magento/Catalog/Model/Product/Image Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 7
7
8
8
use Magento \Catalog \Helper \Image as ImageHelper ;
9
9
use Magento \Catalog \Model \Product ;
10
- use Magento \Core \Model \Resource \Theme \Collection as ThemeCollection ;
10
+ use Magento \Theme \Model \Resource \Theme \Collection as ThemeCollection ;
11
11
use Magento \Framework \App \Area ;
12
12
use Magento \Framework \View \ConfigInterface ;
13
13
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ class CacheTest extends \PHPUnit_Framework_TestCase
36
36
protected $ config ;
37
37
38
38
/**
39
- * @var \Magento\Core \Model\Resource\Theme\Collection|\PHPUnit_Framework_MockObject_MockObject
39
+ * @var \Magento\Theme \Model\Resource\Theme\Collection|\PHPUnit_Framework_MockObject_MockObject
40
40
*/
41
41
protected $ themeCollection ;
42
42
@@ -63,7 +63,7 @@ protected function setUp()
63
63
->disableOriginalConstructor ()
64
64
->getMock ();
65
65
66
- $ this ->themeCollection = $ this ->getMockBuilder ('Magento\Core \Model\Resource\Theme\Collection ' )
66
+ $ this ->themeCollection = $ this ->getMockBuilder ('Magento\Theme \Model\Resource\Theme\Collection ' )
67
67
->disableOriginalConstructor ()
68
68
->getMock ();
69
69
You can’t perform that action at this time.
0 commit comments