File tree Expand file tree Collapse file tree 2 files changed +20
-0
lines changed
dev/tests/functional/tests/app/Magento Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change 169
169
<item name =" dataset" xsi : type =" string" >catalogProductSimple::default</item >
170
170
</field >
171
171
</dataset >
172
+
173
+ <dataset name =" default_with_single_quote_in_name" >
174
+ <field name =" name" xsi : type =" string" >Category\'%isolation%</field >
175
+ <field name =" url_key" xsi : type =" string" >category%isolation%</field >
176
+ <field name =" is_active" xsi : type =" string" >Yes</field >
177
+ <field name =" include_in_menu" xsi : type =" string" >Yes</field >
178
+ <field name =" parent_id" xsi : type =" array" >
179
+ <item name =" dataset" xsi : type =" string" >default_category</item >
180
+ </field >
181
+ </dataset >
172
182
</repository >
173
183
</config >
Original file line number Diff line number Diff line change 17
17
<data name =" categoryUpdates/data/url_key" xsi : type =" string" >UrlKey%isolation%</data >
18
18
<constraint name =" Magento\UrlRewrite\Test\Constraint\AssertCategoryUrlWithCustomStoreView" />
19
19
</variation >
20
+ <variation name =" CategoryUrlRewriteTestVariation2" >
21
+ <data name =" storeView/dataset" xsi : type =" string" >custom</data >
22
+ <data name =" childCategory/dataset" xsi : type =" string" >default</data >
23
+ <data name =" childCategory/data/category_products/dataset" xsi : type =" string" >catalogProductSimple::default_with_single_quote_in_name</data >
24
+ <data name =" parentCategory/dataset" xsi : type =" string" >default</data >
25
+ <data name =" parentCategory/data/category_products/dataset" xsi : type =" string" >catalogProductSimple::default_with_single_quote_in_name</data >
26
+ <data name =" categoryUpdates/data/use_default_url_key" xsi : type =" string" >No</data >
27
+ <data name =" categoryUpdates/data/url_key" xsi : type =" string" >UrlKey%isolation%</data >
28
+ <constraint name =" Magento\UrlRewrite\Test\Constraint\AssertCategoryUrlWithCustomStoreView" />
29
+ </variation >
20
30
</testCase >
21
31
</config >
You can’t perform that action at this time.
0 commit comments