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
ExpressCheckoutFromProductPageTest.php
Go to the documentation of this file.
1
<?php
7
namespace
Magento\Paypal\Test\TestCase
;
8
9
use Magento\Mtf\TestCase\Scenario;
10
28
class
ExpressCheckoutFromProductPageTest
extends
Scenario
29
{
30
/* tags */
31
const
MVP
=
'yes'
;
32
const
TEST_TYPE
=
'3rd_party_test'
;
33
const
TO_MAINTAIN
=
'yes'
;
34
const
SEVERITY
=
'S0'
;
35
/* end tags */
36
42
public
function
test
()
43
{
44
$this->executeScenario();
45
}
46
}
Magento\Paypal\Test\TestCase\ExpressCheckoutFromProductPageTest\TEST_TYPE
const TEST_TYPE
Definition:
ExpressCheckoutFromProductPageTest.php:32
Magento\Paypal\Test\TestCase\ExpressCheckoutFromProductPageTest
Definition:
ExpressCheckoutFromProductPageTest.php:28
Magento\Paypal\Test\TestCase\ExpressCheckoutFromProductPageTest\test
test()
Definition:
ExpressCheckoutFromProductPageTest.php:42
Magento\Paypal\Test\TestCase\ExpressCheckoutFromProductPageTest\TO_MAINTAIN
const TO_MAINTAIN
Definition:
ExpressCheckoutFromProductPageTest.php:33
Magento\Paypal\Test\TestCase
Definition:
CloseSalesWithHostedProTest.php:7
Magento\Paypal\Test\TestCase\ExpressCheckoutFromProductPageTest\SEVERITY
const SEVERITY
Definition:
ExpressCheckoutFromProductPageTest.php:34
Magento\Paypal\Test\TestCase\ExpressCheckoutFromProductPageTest\MVP
const MVP
Definition:
ExpressCheckoutFromProductPageTest.php:31