Magento Extensions Rating 2024
EXTENSIONS BY CATEGORY
B2B (Business-To-Business)
Blog
Customer
ERP (Enterprise Resource Planning)
Mega Menu
One Step Checkout
Order
POS (Point Of Sale)
Search
Shopping Cart
Sitemap
SEO
Social
Stock & Inventory Management
EXTENSIONS BY DEVELOPER
aheadWorks
Amasty
Boost My Shop
BSS Commerce
Magestore
MageWorx
Mirasvit
Templates Master
Wyomind
XTENTO
Magento 2 Documentation
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
vendor
magento
magento2-base
dev
tests
functional
tests
app
Magento
Integration
Test
Block
Adminhtml
Integration
Edit
IntegrationForm.php
Go to the documentation of this file.
1
<?php
7
namespace
Magento\Integration\Test\Block\Adminhtml\Integration\Edit
;
8
9
use
Magento\Backend\Test\Block\Widget\FormTabs
;
10
14
class
IntegrationForm
extends
FormTabs
15
{
22
public
function
getJsErrors
($tabName)
23
{
24
$tab = $this->
getTab
($tabName);
25
$this->
openTab
($tabName);
26
return
$tab->getJsErrors();
27
}
28
}
Magento\Backend\Test\Block\Widget\FormTabs\getTab
getTab($tabName)
Definition:
FormTabs.php:39
Magento\Integration\Test\Block\Adminhtml\Integration\Edit\IntegrationForm
Definition:
IntegrationForm.php:14
Magento\Backend\Test\Block\Widget\FormTabs\openTab
openTab($tabName)
Definition:
FormTabs.php:86
Magento\Integration\Test\Block\Adminhtml\Integration\Edit
Definition:
IntegrationForm.php:7
Magento\Integration\Test\Block\Adminhtml\Integration\Edit\IntegrationForm\getJsErrors
getJsErrors($tabName)
Definition:
IntegrationForm.php:22
Magento\Backend\Test\Block\Widget\FormTabs
Definition:
FormTabs.php:20