@@ -152,21 +152,21 @@ public function productJsonEncodeDataProvider() : array
152
152
return [
153
153
[
154
154
$ this ->getObjectManager ()->getObject (Product::class, ['data ' => ['name ' => 'Test ™ ' ]]),
155
- '{"breadcrumbs":{"categoryUrlSuffix":"."html","userCategoryPathInUrl ":0,"product":"Test \u2122"}} ' ,
155
+ '{"breadcrumbs":{"categoryUrlSuffix":"."html","useCategoryPathInUrl ":0,"product":"Test \u2122"}} ' ,
156
156
],
157
157
[
158
158
$ this ->getObjectManager ()->getObject (Product::class, ['data ' => ['name ' => 'Test " ' ]]),
159
- '{"breadcrumbs":{"categoryUrlSuffix":"."html","userCategoryPathInUrl ":0,"product":"Test ""}} ' ,
159
+ '{"breadcrumbs":{"categoryUrlSuffix":"."html","useCategoryPathInUrl ":0,"product":"Test ""}} ' ,
160
160
],
161
161
[
162
162
$ this ->getObjectManager ()->getObject (Product::class, ['data ' => ['name ' => 'Test <b>x</b> ' ]]),
163
- '{"breadcrumbs":{"categoryUrlSuffix":"."html","userCategoryPathInUrl ":0,"product": '
163
+ '{"breadcrumbs":{"categoryUrlSuffix":"."html","useCategoryPathInUrl ":0,"product": '
164
164
. '"Test <b>x<\/b>"}} ' ,
165
165
],
166
166
[
167
167
$ this ->getObjectManager ()->getObject (Product::class, ['data ' => ['name ' => 'Test \'abc \'' ]]),
168
168
'{"breadcrumbs": '
169
- . '{"categoryUrlSuffix":"."html","userCategoryPathInUrl ":0,"product":"Test 'abc'"}} '
169
+ . '{"categoryUrlSuffix":"."html","useCategoryPathInUrl ":0,"product":"Test 'abc'"}} '
170
170
],
171
171
];
172
172
}
0 commit comments