File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
app/code/Magento/CatalogSearch/Test/Unit/Model/Search
dev/tests/integration/testsuite/Magento/CatalogSearch/Model/Search Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 9
9
use Magento \CatalogSearch \Model \Search \RequestGenerator \GeneratorResolver ;
10
10
use Magento \CatalogSearch \Model \Search \RequestGenerator \GeneratorInterface ;
11
11
12
+ /**
13
+ * Test for \Magento\CatalogSearch\Model\Search\RequestGenerator
14
+ */
12
15
class RequestGeneratorTest extends \PHPUnit \Framework \TestCase
13
16
{
14
17
/** @var \Magento\Framework\TestFramework\Unit\Helper\ObjectManager */
Original file line number Diff line number Diff line change 24
24
use PHPUnit \Framework \TestCase ;
25
25
26
26
/**
27
+ * Test for name over sku search weight of product attributes
28
+ *
27
29
* @magentoAppIsolation enabled
28
30
* @magentoDbIsolation enabled
29
31
*/
@@ -155,7 +157,6 @@ public function testSkuOverNameAttributeSearchWeight(
155
157
$ products [1 ]->getData ('name ' ),
156
158
'Products order is not as expected. '
157
159
);
158
-
159
160
}
160
161
161
162
public function skuOverNameAttributeSearchWeightDataProvider ()
You can’t perform that action at this time.
0 commit comments