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
Sales
Test
TestCase
CreateOrderBackendTest.php
Go to the documentation of this file.
1
<?php
7
namespace
Magento\Sales\Test\TestCase
;
8
9
use Magento\Mtf\TestCase\Scenario;
10
33
class
CreateOrderBackendTest
extends
Scenario
34
{
35
/* tags */
36
const
MVP
=
'yes'
;
37
const
TEST_TYPE
=
'acceptance_test, extended_acceptance_test, 3rd_party_test'
;
38
/* end tags */
39
45
public
function
test
()
46
{
47
$this->executeScenario();
48
}
49
}
Magento\Sales\Test\TestCase\CreateOrderBackendTest\test
test()
Definition:
CreateOrderBackendTest.php:45
Magento\Sales\Test\TestCase\CreateOrderBackendTest\MVP
const MVP
Definition:
CreateOrderBackendTest.php:36
Magento\Sales\Test\TestCase
Definition:
AssignCustomOrderStatusTest.php:7
Magento\Sales\Test\TestCase\CreateOrderBackendTest\TEST_TYPE
const TEST_TYPE
Definition:
CreateOrderBackendTest.php:37
Magento\Sales\Test\TestCase\CreateOrderBackendTest
Definition:
CreateOrderBackendTest.php:33