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
Authorizenet
Test
Block
Sandbox
AuthorizenetLogin.php
Go to the documentation of this file.
1
<?php
6
namespace
Magento\Authorizenet\Test\Block\Sandbox
;
7
8
use Magento\Mtf\Block\Form;
9
use Magento\Mtf\Client\Element\SimpleElement;
10
use Magento\Mtf\Fixture\FixtureInterface;
11
15
class
AuthorizenetLogin
extends
Form
16
{
22
private
$loginButton =
'[type=submit]'
;
23
31
public
function
fill
(FixtureInterface $fixture, SimpleElement
$element
=
null
)
32
{
33
parent::fill($fixture,
$element
);
34
return
$this;
35
}
36
42
public
function
login
()
43
{
44
$this->_rootElement->find($this->loginButton)->click();
45
}
46
}
Magento\Authorizenet\Test\Block\Sandbox\AuthorizenetLogin\fill
fill(FixtureInterface $fixture, SimpleElement $element=null)
Definition:
AuthorizenetLogin.php:31
Magento\Authorizenet\Test\Block\Sandbox
Definition:
AuthorizenetLogin.php:6
Magento\Authorizenet\Test\Block\Sandbox\AuthorizenetLogin\login
login()
Definition:
AuthorizenetLogin.php:42
Magento\Authorizenet\Test\Block\Sandbox\AuthorizenetLogin
Definition:
AuthorizenetLogin.php:15
$element
$element
Definition:
element.phtml:12