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