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
Signifyd
Test
TestCase
CreateSignifydGuaranteeAndCancelOrderTest.php
Go to the documentation of this file.
1
<?php
6
namespace
Magento\Signifyd\Test\TestCase
;
7
8
use Magento\Mtf\TestCase\Scenario;
9
45
class
CreateSignifydGuaranteeAndCancelOrderTest
extends
Scenario
46
{
47
/* tags */
48
const
MVP
=
'yes'
;
49
const
TEST_TYPE
=
'3rd_party_test_single_flow'
;
50
const
SEVERITY
=
'S1'
;
51
/* end tags */
52
58
public
function
test
()
59
{
60
$this->executeScenario();
61
}
62
}
Magento\Signifyd\Test\TestCase\CreateSignifydGuaranteeAndCancelOrderTest\TEST_TYPE
const TEST_TYPE
Definition:
CreateSignifydGuaranteeAndCancelOrderTest.php:49
Magento\Signifyd\Test\TestCase\CreateSignifydGuaranteeAndCancelOrderTest\MVP
const MVP
Definition:
CreateSignifydGuaranteeAndCancelOrderTest.php:48
Magento\Signifyd\Test\TestCase
Definition:
AcceptPaymentWithSignifydGuaranteeDeclinedTest.php:6
Magento\Signifyd\Test\TestCase\CreateSignifydGuaranteeAndCancelOrderTest\test
test()
Definition:
CreateSignifydGuaranteeAndCancelOrderTest.php:58
Magento\Signifyd\Test\TestCase\CreateSignifydGuaranteeAndCancelOrderTest
Definition:
CreateSignifydGuaranteeAndCancelOrderTest.php:45
Magento\Signifyd\Test\TestCase\CreateSignifydGuaranteeAndCancelOrderTest\SEVERITY
const SEVERITY
Definition:
CreateSignifydGuaranteeAndCancelOrderTest.php:50