File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
dev/tests/integration/testsuite/Magento/CatalogUrlRewrite/_files Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change 34
34
$ category ->setName ('category 1 ' )
35
35
->setUrlKey ('cat-1 ' )
36
36
->setIsActive (true )
37
- ->setMetaTitle ('Meta Title for Category-1 ' )
38
- ->setMetaKeyword ('Meta Keywords for Category-1 ' )
39
- ->setMetaDescription ('Meta Description for Category-1 ' )
40
37
->setStoreId (1 );
41
38
42
39
/** @var CategoryRepositoryInterface $categoryRepository */
65
62
->setAttributeSetId (4 )
66
63
->setWebsiteIds ([1 ])
67
64
->setPrice (10 )
68
- ->setMetaTitle ('Meta Title for p002 ' )
69
- ->setMetaKeyword ('Meta Keywords for p002 ' )
70
- ->setMetaDescription ('Meta Description for p002 ' )
71
65
->setVisibility (\Magento \Catalog \Model \Product \Visibility::VISIBILITY_BOTH )
72
66
->setStatus (\Magento \Catalog \Model \Product \Attribute \Source \Status::STATUS_ENABLED )
73
67
->setStockData (
You can’t perform that action at this time.
0 commit comments