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
Catalog
Test
TestStep
SaveAttributeSetStep.php
Go to the documentation of this file.
1
<?php
7
namespace
Magento\Catalog\Test\TestStep
;
8
9
use Magento\Catalog\Test\Page\Adminhtml\CatalogProductSetEdit;
10
use Magento\Mtf\TestStep\TestStepInterface;
11
15
class
SaveAttributeSetStep
implements
TestStepInterface
16
{
22
protected
$catalogProductSetEdit
;
23
28
public
function
__construct
(CatalogProductSetEdit
$catalogProductSetEdit
)
29
{
30
$this->catalogProductSetEdit =
$catalogProductSetEdit
;
31
}
32
38
public
function
run
()
39
{
40
$this->catalogProductSetEdit->getPageActions()->save();
41
}
42
}
Magento\Catalog\Test\TestStep\SaveAttributeSetStep\__construct
__construct(CatalogProductSetEdit $catalogProductSetEdit)
Definition:
SaveAttributeSetStep.php:28
Magento\Catalog\Test\TestStep\SaveAttributeSetStep\run
run()
Definition:
SaveAttributeSetStep.php:38
Magento\Catalog\Test\TestStep
Definition:
AddAttributeToAttributeSetStep.php:7
Magento\Catalog\Test\TestStep\SaveAttributeSetStep\$catalogProductSetEdit
$catalogProductSetEdit
Definition:
SaveAttributeSetStep.php:22
Magento\Catalog\Test\TestStep\SaveAttributeSetStep
Definition:
SaveAttributeSetStep.php:15