Skip to content

Commit

Permalink
[Catalog|Eav] Revert change of PR magento#13302 not included into rev…
Browse files Browse the repository at this point in the history
…ert commit magento@06019a6
  • Loading branch information
Den4ik committed Apr 30, 2019
1 parent 93a8162 commit 2d3760e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
use Magento\Framework\DB\Select;
use Magento\Framework\EntityManager\MetadataPool;
use Magento\Framework\Indexer\DimensionFactory;
use Magento\Framework\Model\ResourceModel\ResourceModelPoolInterface;
use Magento\Store\Model\Indexer\WebsiteDimensionProvider;
use Magento\Store\Model\Store;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
*/
namespace Magento\Eav\Test\Unit\Model\Entity\Collection;

use Magento\Framework\Data\Collection\Db\FetchStrategyInterface;
use Magento\Framework\Model\ResourceModel\ResourceModelPoolInterface;

/**
* AbstractCollection test
*
Expand All @@ -31,7 +28,7 @@ class AbstractCollectionTest extends \PHPUnit\Framework\TestCase
protected $loggerMock;

/**
* @var FetchStrategyInterface|\PHPUnit_Framework_MockObject_MockObject
* @var \Magento\Framework\Data\Collection\Db\FetchStrategyInterface|\PHPUnit_Framework_MockObject_MockObject
*/
protected $fetchStrategyMock;

Expand Down Expand Up @@ -61,7 +58,7 @@ class AbstractCollectionTest extends \PHPUnit\Framework\TestCase
protected $resourceHelperMock;

/**
* @var ResourceModelPoolInterface|\PHPUnit_Framework_MockObject_MockObject
* @var \Magento\Framework\Validator\UniversalFactory|\PHPUnit_Framework_MockObject_MockObject
*/
protected $validatorFactoryMock;

Expand Down

0 comments on commit 2d3760e

Please sign in to comment.