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 10
10
use Magento \CatalogSearch \Model \Indexer \Fulltext ;
11
11
use Magento \CatalogSearch \Model \Indexer \Fulltext \Action \Full ;
12
12
use Magento \CatalogSearch \Model \Indexer \Fulltext \Action \FullFactory ;
13
+ use Magento \Elasticsearch \Model \Indexer \IndexerHandler ;
13
14
use Magento \Framework \Indexer \SaveHandler \IndexerInterface ;
14
15
use Magento \CatalogSearch \Model \Indexer \IndexerHandlerFactory ;
15
16
use Magento \CatalogSearch \Model \Indexer \Scope \State ;
@@ -64,7 +65,7 @@ protected function setUp(): void
64
65
['create ' ]
65
66
);
66
67
$ fullActionFactory ->expects ($ this ->any ())->method ('create ' )->willReturn ($ this ->fullAction );
67
- $ this ->saveHandler = $ this ->getClassMock (IndexerInterface ::class);
68
+ $ this ->saveHandler = $ this ->getClassMock (IndexerHandler ::class);
68
69
$ indexerHandlerFactory = $ this ->createPartialMock (
69
70
IndexerHandlerFactory::class,
70
71
['create ' ]
You can’t perform that action at this time.
0 commit comments