File tree Expand file tree Collapse file tree 2 files changed +0
-103
lines changed
app/code/Magento/CatalogSearch/Test/Unit/Model/ResourceModel
dev/tests/integration/testsuite/Magento/CatalogSearch/Model/Indexer Expand file tree Collapse file tree 2 files changed +0
-103
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -26,16 +26,6 @@ class SwitcherUsedInFulltextTest extends \PHPUnit\Framework\TestCase
26
26
*/
27
27
protected $ indexer ;
28
28
29
- /**
30
- * @var \Magento\CatalogSearch\Model\ResourceModel\Engine
31
- */
32
- protected $ engine ;
33
-
34
- /**
35
- * @var \Magento\CatalogSearch\Model\Fulltext
36
- */
37
- protected $ fulltext ;
38
-
39
29
/**
40
30
* @var \Magento\Search\Model\QueryFactory
41
31
*/
@@ -93,10 +83,6 @@ protected function setUp()
93
83
);
94
84
$ this ->indexer ->load ('catalogsearch_fulltext ' );
95
85
96
- $ this ->engine = $ objectManager ->get (
97
- \Magento \CatalogSearch \Model \ResourceModel \Engine::class
98
- );
99
-
100
86
$ this ->queryFactory = $ objectManager ->get (
101
87
\Magento \Search \Model \QueryFactory::class
102
88
);
You can’t perform that action at this time.
0 commit comments