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 c2a2450 commit a5c064aCopy full SHA for a5c064a
app/code/Magento/Catalog/Test/Unit/Block/Product/View/AttributeTest.php renamed to app/code/Magento/Catalog/Test/Unit/Block/Product/View/AttributesTest.php
@@ -65,7 +65,9 @@ class AttributesTest extends TestCase
65
66
protected function setUp()
67
{
68
+ // @codingStandardsIgnoreStart
69
$this->phrase = new Phrase(__(''));
70
+ // @codingStandardsIgnoreEnd
71
$this->attribute = $this
72
->getMockBuilder(AbstractAttribute::class)
73
->disableOriginalConstructor()
@@ -130,7 +132,9 @@ protected function setUp()
130
132
*/
131
133
public function testGetAttributeNoValue()
134
135
136
137
138
$this->frontendAttribute
139
->expects($this->any())
140
->method('getValue')
0 commit comments