@@ -205,12 +205,12 @@ public function getCustomStoreDataProvider()
205
205
return [
206
206
['description ' , '' , 'not_empty_value ' , 'not_empty_value ' ], //0
207
207
['description ' , '' , '' , null ], //1
208
- ['description ' , '' , null , null ], //2
208
+ ['description ' , '' , null , ' Description with <b>html tag</b> ' ], //2
209
209
['description ' , '' , false , 'Description with <b>html tag</b> ' ], //3
210
210
211
211
['description ' , 'not_empty_value ' , 'not_empty_value2 ' , 'not_empty_value2 ' ], //4
212
212
['description ' , 'not_empty_value ' , '' , null ], //5
213
- ['description ' , 'not_empty_value ' , null , null ], //6
213
+ ['description ' , 'not_empty_value ' , null , ' Description with <b>html tag</b> ' ], //6
214
214
['description ' , 'not_empty_value ' , false , 'Description with <b>html tag</b> ' ], //7
215
215
216
216
['description ' , null , 'not_empty_value ' , 'not_empty_value ' ], //8
@@ -219,7 +219,7 @@ public function getCustomStoreDataProvider()
219
219
220
220
['description ' , false , 'not_empty_value ' , 'not_empty_value ' ], //11
221
221
['description ' , false , '' , null ], //12
222
- ['description ' , false , null , null ], //13
222
+ ['description ' , false , null , ' Description with <b>html tag</b> ' ], //13
223
223
];
224
224
}
225
225
@@ -231,12 +231,12 @@ public function getCustomAttributeDataProvider()
231
231
return [
232
232
['dropdown_attribute ' , 0 , '' , 1 , 1 ], //0
233
233
['dropdown_attribute ' , 0 , '' , '' , null ], //1
234
- ['dropdown_attribute ' , 0 , '' , null , null ], //2
234
+ ['dropdown_attribute ' , 0 , '' , null , 0 ], //2
235
235
['dropdown_attribute ' , 0 , '' , false , 0 ], //3
236
236
237
237
['dropdown_attribute ' , 0 , 1 , 2 , 2 ], //4
238
238
['dropdown_attribute ' , 0 , 1 , '' , null ], //5
239
- ['dropdown_attribute ' , 0 , 1 , null , null ], //6
239
+ ['dropdown_attribute ' , 0 , 1 , null , 0 ], //6
240
240
['dropdown_attribute ' , 0 , 1 , false , 0 ], //7
241
241
242
242
['dropdown_attribute ' , 0 , null , 1 , 1 ], //8
@@ -245,11 +245,11 @@ public function getCustomAttributeDataProvider()
245
245
246
246
['dropdown_attribute ' , 0 , false , 1 , 1 ], //11
247
247
['dropdown_attribute ' , 0 , false , '' , null ], //12
248
- ['dropdown_attribute ' , 0 , false , null , null ], //13
248
+ ['dropdown_attribute ' , 0 , false , null , 0 ], //13
249
249
250
250
['dropdown_attribute ' , 0 , '- ' , 1 , 1 ], //14
251
251
['dropdown_attribute ' , 0 , '- ' , '' , null ], //15
252
- ['dropdown_attribute ' , 0 , '- ' , null , null ], //16
252
+ ['dropdown_attribute ' , 0 , '- ' , null , 0 ], //16
253
253
['dropdown_attribute ' , 0 , '- ' , false , 0 ], //17
254
254
];
255
255
}
0 commit comments