File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/code/Magento/Catalog/Test/Unit/Model Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -180,7 +180,7 @@ class ProductTest extends \PHPUnit\Framework\TestCase
180
180
/**
181
181
* @var \PHPUnit_Framework_MockObject_MockObject
182
182
*/
183
- private $ extensionAttrbutes ;
183
+ private $ extensionAttributes ;
184
184
185
185
/**
186
186
* @var \PHPUnit_Framework_MockObject_MockObject
@@ -218,7 +218,7 @@ protected function setUp()
218
218
\Magento \Framework \Module \Manager::class,
219
219
['isEnabled ' ]
220
220
);
221
- $ this ->extensionAttrbutes = $ this ->getMockBuilder (\Magento \Framework \Api \ExtensionAttributesInterface::class)
221
+ $ this ->extensionAttributes = $ this ->getMockBuilder (\Magento \Framework \Api \ExtensionAttributesInterface::class)
222
222
->setMethods (['getWebsiteIds ' , 'setWebsiteIds ' ])
223
223
->disableOriginalConstructor ()
224
224
->getMock ();
You can’t perform that action at this time.
0 commit comments