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
TestStep
ContinueToPaypalInContextStep.php
Go to the documentation of this file.
1
<?php
7
namespace
Magento\Paypal\Test\TestStep
;
8
9
use Magento\Checkout\Test\Page\CheckoutOnepage;
10
use Magento\Mtf\TestStep\TestStepInterface;
11
15
class
ContinueToPaypalInContextStep
implements
TestStepInterface
16
{
22
protected
$checkoutOnepage
;
23
28
public
function
__construct
(CheckoutOnepage
$checkoutOnepage
)
29
{
30
$this->checkoutOnepage =
$checkoutOnepage
;
31
}
32
38
public
function
run
()
39
{
40
$this->checkoutOnepage->getPaymentBlock()->getSelectedPaymentMethodBlock()->inContextPaypalCheckout();
41
}
42
}
Magento\Paypal\Test\TestStep\ContinueToPaypalInContextStep\$checkoutOnepage
$checkoutOnepage
Definition:
ContinueToPaypalInContextStep.php:22
Magento\Paypal\Test\TestStep\ContinueToPaypalInContextStep\run
run()
Definition:
ContinueToPaypalInContextStep.php:38
Magento\Paypal\Test\TestStep\ContinueToPaypalInContextStep\__construct
__construct(CheckoutOnepage $checkoutOnepage)
Definition:
ContinueToPaypalInContextStep.php:28
Magento\Paypal\Test\TestStep
Definition:
CheckExpressConfigStep.php:7
Magento\Paypal\Test\TestStep\ContinueToPaypalInContextStep
Definition:
ContinueToPaypalInContextStep.php:15