File tree 2 files changed +2
-6
lines changed
Catalog/Model/ResourceModel/Product
Eav/Test/Unit/Model/Entity/Collection
2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 19
19
use Magento \Framework \DB \Select ;
20
20
use Magento \Framework \EntityManager \MetadataPool ;
21
21
use Magento \Framework \Indexer \DimensionFactory ;
22
- use Magento \Framework \Model \ResourceModel \ResourceModelPoolInterface ;
23
22
use Magento \Store \Model \Indexer \WebsiteDimensionProvider ;
24
23
use Magento \Store \Model \Store ;
25
24
Original file line number Diff line number Diff line change 5
5
*/
6
6
namespace Magento \Eav \Test \Unit \Model \Entity \Collection ;
7
7
8
- use Magento \Framework \Data \Collection \Db \FetchStrategyInterface ;
9
- use Magento \Framework \Model \ResourceModel \ResourceModelPoolInterface ;
10
-
11
8
/**
12
9
* AbstractCollection test
13
10
*
@@ -31,7 +28,7 @@ class AbstractCollectionTest extends \PHPUnit\Framework\TestCase
31
28
protected $ loggerMock ;
32
29
33
30
/**
34
- * @var FetchStrategyInterface|\PHPUnit_Framework_MockObject_MockObject
31
+ * @var \Magento\Framework\Data\Collection\Db\ FetchStrategyInterface|\PHPUnit_Framework_MockObject_MockObject
35
32
*/
36
33
protected $ fetchStrategyMock ;
37
34
@@ -61,7 +58,7 @@ class AbstractCollectionTest extends \PHPUnit\Framework\TestCase
61
58
protected $ resourceHelperMock ;
62
59
63
60
/**
64
- * @var ResourceModelPoolInterface |\PHPUnit_Framework_MockObject_MockObject
61
+ * @var \Magento\Framework\Validator\UniversalFactory |\PHPUnit_Framework_MockObject_MockObject
65
62
*/
66
63
protected $ validatorFactoryMock ;
67
64
You can’t perform that action at this time.
0 commit comments