Skip to content

Commit 299ef7f

Browse files
committed
MAGETWO-92931: HTML entities in product name do not display properly in breadcrumb
- remove double line
1 parent b9a5f4d commit 299ef7f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/code/Magento/Catalog/Test/Unit/ViewModel/Product/BreadcrumbsTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,6 @@ public function testGetJsonConfiguration($product, string $expectedJson) : void
131131
->method('getProduct')
132132
->willReturn($product);
133133

134-
135134
$this->scopeConfig->expects($this->any())
136135
->method('isSetFlag')
137136
->with('catalog/seo/product_use_categories', \Magento\Store\Model\ScopeInterface::SCOPE_STORE)

0 commit comments

Comments
 (0)