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
Braintree
Test
TestCase
OnePageCheckoutWithBraintreePaypalTest.php
Go to the documentation of this file.
1
<?php
6
namespace
Magento\Braintree\Test\TestCase
;
7
8
use Magento\Mtf\TestCase\Scenario;
9
35
class
OnePageCheckoutWithBraintreePaypalTest
extends
Scenario
36
{
37
/* tags */
38
const
MVP
=
'yes'
;
39
const
TEST_TYPE
=
'3rd_party_test'
;
40
const
SEVERITY
=
'S0'
;
41
/* end tags */
42
48
public
function
test
()
49
{
50
$this->executeScenario();
51
}
52
}
Magento\Braintree\Test\TestCase\OnePageCheckoutWithBraintreePaypalTest\TEST_TYPE
const TEST_TYPE
Definition:
OnePageCheckoutWithBraintreePaypalTest.php:39
Magento\Braintree\Test\TestCase\OnePageCheckoutWithBraintreePaypalTest\SEVERITY
const SEVERITY
Definition:
OnePageCheckoutWithBraintreePaypalTest.php:40
Magento\Braintree\Test\TestCase\OnePageCheckoutWithBraintreePaypalTest\MVP
const MVP
Definition:
OnePageCheckoutWithBraintreePaypalTest.php:38
Magento\Braintree\Test\TestCase\OnePageCheckoutWithBraintreePaypalTest
Definition:
OnePageCheckoutWithBraintreePaypalTest.php:35
Magento\Braintree\Test\TestCase
Definition:
BraintreeSettlementReportTest.php:6
Magento\Braintree\Test\TestCase\OnePageCheckoutWithBraintreePaypalTest\test
test()
Definition:
OnePageCheckoutWithBraintreePaypalTest.php:48