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
GiftMessage
Test
TestCase
CreateGiftMessageOnBackendTest.php
Go to the documentation of this file.
1
<?php
7
namespace
Magento\GiftMessage\Test\TestCase
;
8
9
use Magento\Mtf\TestCase\Scenario;
10
26
class
CreateGiftMessageOnBackendTest
extends
Scenario
27
{
28
/* tags */
29
const
MVP
=
'no'
;
30
const
SEVERITY
=
'S2'
;
31
const
TO_MAINTAIN
=
'yes'
;
32
/* end tags */
33
39
public
function
test
()
40
{
41
$this->executeScenario();
42
}
43
}
Magento\GiftMessage\Test\TestCase\CreateGiftMessageOnBackendTest\test
test()
Definition:
CreateGiftMessageOnBackendTest.php:39
Magento\GiftMessage\Test\TestCase\CreateGiftMessageOnBackendTest\TO_MAINTAIN
const TO_MAINTAIN
Definition:
CreateGiftMessageOnBackendTest.php:31
Magento\GiftMessage\Test\TestCase\CreateGiftMessageOnBackendTest\MVP
const MVP
Definition:
CreateGiftMessageOnBackendTest.php:29
Magento\GiftMessage\Test\TestCase\CreateGiftMessageOnBackendTest\SEVERITY
const SEVERITY
Definition:
CreateGiftMessageOnBackendTest.php:30
Magento\GiftMessage\Test\TestCase\CreateGiftMessageOnBackendTest
Definition:
CreateGiftMessageOnBackendTest.php:26
Magento\GiftMessage\Test\TestCase
Definition:
CheckoutWithGiftMessagesTest.php:7