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