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-functional-testing-framework
src
Magento
FunctionalTestingFramework
Module
MagentoSequence.php
Go to the documentation of this file.
1
<?php
7
// @codingStandardsIgnoreFile
8
namespace
Magento\FunctionalTestingFramework\Module
;
9
10
use Codeception\Module\Sequence;
11
use Codeception\Exception\ModuleException;
12
17
class
MagentoSequence
extends
Sequence
18
{
19
protected
$config
= [
'prefix'
=>
''
];
20
}
21
if
(!
function_exists
(
'msq'
) && !
function_exists
(
'msqs'
)) {
22
require_once
__DIR__
. DIRECTORY_SEPARATOR .
'..'
. DIRECTORY_SEPARATOR .
'Util'
. DIRECTORY_SEPARATOR .
'msq.php'
;
23
}
else
{
24
throw
new
ModuleException(
'Magento\FunctionalTestingFramework\Module\MagentoSequence'
,
"function 'msq' and 'msqs' already defined"
);
25
}
Magento\FunctionalTestingFramework\Module\MagentoSequence\$config
$config
Definition:
MagentoSequence.php:19
__DIR__
defined('TESTS_BP')||define('TESTS_BP' __DIR__
Definition:
_bootstrap.php:60
Magento\Deploy\Console\Command\function_exists
function_exists($func)
Definition:
FunctionExistMock.php:13
Magento\FunctionalTestingFramework\Module\MagentoSequence
Definition:
MagentoSequence.php:17
Magento\FunctionalTestingFramework\Module
Definition:
MagentoAssert.php:7