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
Vault
Test
TestCase
ReorderUsingVaultTest.php
Go to the documentation of this file.
1
<?php
6
namespace
Magento\Vault\Test\TestCase
;
7
8
use Magento\Mtf\TestCase\Scenario;
9
34
class
ReorderUsingVaultTest
extends
Scenario
35
{
36
/* tags */
37
const
MVP
=
'yes'
;
38
const
TEST_TYPE
=
'extended_acceptance_test, 3rd_party_test'
;
39
const
SEVERITY
=
'S1'
;
40
41
/* end tags */
42
48
public
function
test
()
49
{
50
$this->executeScenario();
51
}
52
}
Magento\Vault\Test\TestCase\ReorderUsingVaultTest\MVP
const MVP
Definition:
ReorderUsingVaultTest.php:37
Magento\Vault\Test\TestCase
Definition:
CreateVaultOrderBackendTest.php:6
Magento\Vault\Test\TestCase\ReorderUsingVaultTest\test
test()
Definition:
ReorderUsingVaultTest.php:48
Magento\Vault\Test\TestCase\ReorderUsingVaultTest
Definition:
ReorderUsingVaultTest.php:34
Magento\Vault\Test\TestCase\ReorderUsingVaultTest\TEST_TYPE
const TEST_TYPE
Definition:
ReorderUsingVaultTest.php:38
Magento\Vault\Test\TestCase\ReorderUsingVaultTest\SEVERITY
const SEVERITY
Definition:
ReorderUsingVaultTest.php:39