Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
MagentoSequence.php
Go to the documentation of this file.
1 <?php
7 // @codingStandardsIgnoreFile
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 }
defined('TESTS_BP')||define('TESTS_BP' __DIR__
Definition: _bootstrap.php:60