File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed
app/code/Magento/CatalogSearch/Test/Unit/Model/Search/Indexer Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -48,9 +48,8 @@ protected function setUp()
48
48
->method ('getConnection ' )
49
49
->willReturn ($ this ->connection );
50
50
$ this ->indexScopeResolver = $ this ->getMockBuilder (
51
- \Magento \Framework \Indexer \ ScopeResolver \IndexScopeResolver ::class
51
+ \Magento \Framework \Search \ Request \IndexScopeResolverInterface ::class
52
52
)->setMethods (['resolve ' ])
53
- ->disableOriginalConstructor ()
54
53
->getMock ();
55
54
56
55
$ objectManager = new ObjectManager ($ this );
@@ -64,11 +63,6 @@ protected function setUp()
64
63
);
65
64
}
66
65
67
- /**
68
- * @param string $table
69
- * @param array $dimensions
70
- * @param bool $isTableExist
71
- */
72
66
public function testDelete ()
73
67
{
74
68
$ index = 'index_name ' ;
You can’t perform that action at this time.
0 commit comments