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
Fixture
Admin
SuperAdmin.php
Go to the documentation of this file.
1
<?php
7
namespace
Magento\Backend\Test\Fixture\Admin
;
8
9
use Magento\Mtf\Fixture\DataFixture;
10
15
class
SuperAdmin
extends
DataFixture
16
{
20
protected
function
_initData
()
21
{
22
$this->_data = [
23
'fields'
=> [
24
'username'
=> [
25
'value'
=> $this->_configuration->get(
'application/0/backendLogin/0/value'
),
26
],
27
'password'
=> [
28
'value'
=> $this->_configuration->get(
'application/0/backendPassword/0/value'
),
29
],
30
],
31
];
32
}
33
}
Magento\Backend\Test\Fixture\Admin\SuperAdmin
Definition:
SuperAdmin.php:15
Magento\Backend\Test\Fixture\Admin
Definition:
SuperAdmin.php:7
Magento\Backend\Test\Fixture\Admin\SuperAdmin\_initData
_initData()
Definition:
SuperAdmin.php:20