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
Backend
Test
TestCase
ConfigPageVisibilityTest.php
Go to the documentation of this file.
1
<?php
6
namespace
Magento\Backend\Test\TestCase
;
7
8
use Magento\Mtf\TestCase\Injectable;
9
use Magento\Backend\Test\Page\Adminhtml\SystemConfigEdit;
10
16
class
ConfigPageVisibilityTest
extends
Injectable
17
{
18
/* tags */
19
const
SEVERITY
=
'S1'
;
20
/* end tags */
21
27
protected
$configurationAdminPage
;
28
35
public
function
__inject
(SystemConfigEdit
$configurationAdminPage
)
36
{
37
$this->configurationAdminPage =
$configurationAdminPage
;
38
}
39
45
public
function
test
()
46
{
47
$this->configurationAdminPage->open();
48
}
49
}
Magento\Backend\Test\TestCase\ConfigPageVisibilityTest\test
test()
Definition:
ConfigPageVisibilityTest.php:45
Magento\Backend\Test\TestCase\ConfigPageVisibilityTest\SEVERITY
const SEVERITY
Definition:
ConfigPageVisibilityTest.php:19
Magento\Backend\Test\TestCase\ConfigPageVisibilityTest\$configurationAdminPage
$configurationAdminPage
Definition:
ConfigPageVisibilityTest.php:27
Magento\Backend\Test\TestCase\ConfigPageVisibilityTest
Definition:
ConfigPageVisibilityTest.php:16
Magento\Backend\Test\TestCase\ConfigPageVisibilityTest\__inject
__inject(SystemConfigEdit $configurationAdminPage)
Definition:
ConfigPageVisibilityTest.php:35
Magento\Backend\Test\TestCase
Definition:
ConfigPageVisibilityTest.php:6