File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Block/Adminhtml/Product/Edit Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 8
8
9
9
use Magento \Backend \Block \Template \Context ;
10
10
use Magento \Backend \Block \Widget \Accordion ;
11
- use Magento \Backend \Block \Widget \Tabs as WigetTabs ;
11
+ use Magento \Backend \Block \Widget \Tabs as WidgetTabs ;
12
12
use Magento \Backend \Model \Auth \Session ;
13
13
use Magento \Catalog \Helper \Catalog ;
14
14
use Magento \Catalog \Helper \Data ;
22
22
* Admin product edit tabs
23
23
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
24
24
*/
25
- class Tabs extends WigetTabs
25
+ class Tabs extends WidgetTabs
26
26
{
27
27
const BASIC_TAB_GROUP_CODE = 'basic ' ;
28
28
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