Skip to content

Commit e712452

Browse files
committed
MAGETWO-98871: Product attribute template incorrectly handles data
1 parent 01b45ac commit e712452

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/integration/testsuite/Magento/Catalog/Block/Product/View/DescriptionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class DescriptionTest extends \PHPUnit_Framework_TestCase
2626
protected function setUp()
2727
{
2828
$objectManager = Bootstrap::getObjectManager();
29-
$this->block = $objectManager->create(View\Description::class, [
29+
$this->block = $objectManager->create(Description::class, [
3030
'data' => [
3131
'template' => 'Magento_Catalog::product/view/attribute.phtml'
3232
]

0 commit comments

Comments
 (0)