File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
app/code/Magento/CatalogSearch/Test/Unit/Model/Indexer Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 1010use Magento \CatalogSearch \Model \Indexer \Fulltext ;
1111use Magento \CatalogSearch \Model \Indexer \Fulltext \Action \Full ;
1212use Magento \CatalogSearch \Model \Indexer \Fulltext \Action \FullFactory ;
13+ use Magento \Elasticsearch \Model \Indexer \IndexerHandler ;
1314use Magento \Framework \Indexer \SaveHandler \IndexerInterface ;
1415use Magento \CatalogSearch \Model \Indexer \IndexerHandlerFactory ;
1516use Magento \CatalogSearch \Model \Indexer \Scope \State ;
@@ -64,7 +65,7 @@ protected function setUp(): void
6465 ['create ' ]
6566 );
6667 $ fullActionFactory ->expects ($ this ->any ())->method ('create ' )->willReturn ($ this ->fullAction );
67- $ this ->saveHandler = $ this ->getClassMock (IndexerInterface ::class);
68+ $ this ->saveHandler = $ this ->getClassMock (IndexerHandler ::class);
6869 $ indexerHandlerFactory = $ this ->createPartialMock (
6970 IndexerHandlerFactory::class,
7071 ['create ' ]
You can’t perform that action at this time.
0 commit comments