@@ -152,21 +152,21 @@ public function productJsonEncodeDataProvider() : array
152152 return [
153153 [
154154 $ 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"}} ' ,
156156 ],
157157 [
158158 $ this ->getObjectManager ()->getObject (Product::class, ['data ' => ['name ' => 'Test " ' ]]),
159- '{"breadcrumbs":{"categoryUrlSuffix":"."html","userCategoryPathInUrl ":0,"product":"Test ""}} ' ,
159+ '{"breadcrumbs":{"categoryUrlSuffix":"."html","useCategoryPathInUrl ":0,"product":"Test ""}} ' ,
160160 ],
161161 [
162162 $ 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": '
164164 . '"Test <b>x<\/b>"}} ' ,
165165 ],
166166 [
167167 $ this ->getObjectManager ()->getObject (Product::class, ['data ' => ['name ' => 'Test \'abc \'' ]]),
168168 '{"breadcrumbs": '
169- . '{"categoryUrlSuffix":"."html","userCategoryPathInUrl ":0,"product":"Test 'abc'"}} '
169+ . '{"categoryUrlSuffix":"."html","useCategoryPathInUrl ":0,"product":"Test 'abc'"}} '
170170 ],
171171 ];
172172 }
0 commit comments