File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed
Catalog/Model/ResourceModel/Product
Eav/Test/Unit/Model/Entity/Collection Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 1919use Magento \Framework \DB \Select ;
2020use Magento \Framework \EntityManager \MetadataPool ;
2121use Magento \Framework \Indexer \DimensionFactory ;
22- use Magento \Framework \Model \ResourceModel \ResourceModelPoolInterface ;
2322use Magento \Store \Model \Indexer \WebsiteDimensionProvider ;
2423use Magento \Store \Model \Store ;
2524
Original file line number Diff line number Diff line change 55 */
66namespace Magento \Eav \Test \Unit \Model \Entity \Collection ;
77
8- use Magento \Framework \Data \Collection \Db \FetchStrategyInterface ;
9- use Magento \Framework \Model \ResourceModel \ResourceModelPoolInterface ;
10-
118/**
129 * AbstractCollection test
1310 *
@@ -31,7 +28,7 @@ class AbstractCollectionTest extends \PHPUnit\Framework\TestCase
3128 protected $ loggerMock ;
3229
3330 /**
34- * @var FetchStrategyInterface|\PHPUnit_Framework_MockObject_MockObject
31+ * @var \Magento\Framework\Data\Collection\Db\ FetchStrategyInterface|\PHPUnit_Framework_MockObject_MockObject
3532 */
3633 protected $ fetchStrategyMock ;
3734
@@ -61,7 +58,7 @@ class AbstractCollectionTest extends \PHPUnit\Framework\TestCase
6158 protected $ resourceHelperMock ;
6259
6360 /**
64- * @var ResourceModelPoolInterface |\PHPUnit_Framework_MockObject_MockObject
61+ * @var \Magento\Framework\Validator\UniversalFactory |\PHPUnit_Framework_MockObject_MockObject
6562 */
6663 protected $ validatorFactoryMock ;
6764
You can’t perform that action at this time.
0 commit comments