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 4d29ebd commit afaf510Copy full SHA for afaf510
app/code/Magento/Catalog/Test/Unit/Model/ResourceModel/Eav/AttributeTest.php
@@ -173,7 +173,7 @@ public function testGetScopeGlobal()
173
$this->assertEquals('global', $this->_model->getScope());
174
}
175
176
- public function testGetScopeWebiste()
+ public function testGetScopeWebsite()
177
{
178
$objectManagerHelper = new \Magento\Framework\TestFramework\Unit\Helper\ObjectManager($this);
179
$this->_model = $objectManagerHelper->getObject(
0 commit comments