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