We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01b45ac commit e712452Copy full SHA for e712452
dev/tests/integration/testsuite/Magento/Catalog/Block/Product/View/DescriptionTest.php
@@ -26,7 +26,7 @@ class DescriptionTest extends \PHPUnit_Framework_TestCase
26
protected function setUp()
27
{
28
$objectManager = Bootstrap::getObjectManager();
29
- $this->block = $objectManager->create(View\Description::class, [
+ $this->block = $objectManager->create(Description::class, [
30
'data' => [
31
'template' => 'Magento_Catalog::product/view/attribute.phtml'
32
]
0 commit comments