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
TestStep
OpenDashboardStep.php
Go to the documentation of this file.
1
<?php
6
namespace
Magento\Backend\Test\TestStep
;
7
8
use Magento\Backend\Test\Page\Adminhtml\Dashboard;
9
use Magento\Mtf\TestStep\TestStepInterface;
10
14
class
OpenDashboardStep
implements
TestStepInterface
15
{
21
private
$dashboard;
22
26
public
function
__construct
(Dashboard $dashboard)
27
{
28
$this->dashboard = $dashboard;
29
}
30
36
public
function
run
()
37
{
38
$this->dashboard->open();
39
}
40
}
Magento\Backend\Test\TestStep\OpenDashboardStep\__construct
__construct(Dashboard $dashboard)
Definition:
OpenDashboardStep.php:26
Magento\Backend\Test\TestStep\OpenDashboardStep
Definition:
OpenDashboardStep.php:14
Magento\Backend\Test\TestStep\OpenDashboardStep\run
run()
Definition:
OpenDashboardStep.php:36
Magento\Backend\Test\TestStep
Definition:
GetDashboardOrderStep.php:7