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
integration
testsuite
Magento
Test
Integrity
Modular
CrontabConfigFilesTest.php
Go to the documentation of this file.
1
<?php
6
namespace
Magento\Test\Integrity\Modular
;
7
8
class
CrontabConfigFilesTest
extends
AbstractMergedConfigTest
9
{
16
protected
function
getIdAttributes
()
17
{
18
return
[
'/config/group'
=>
'id'
,
'/config/group/job'
=>
'name'
];
19
}
20
26
protected
function
getMergedSchemaFile
()
27
{
28
29
$objectManager
=
\Magento\TestFramework\Helper\Bootstrap::getObjectManager
();
30
return
$objectManager
->get(\
Magento
\Cron\Model\
Config
\SchemaLocator::class)->getSchema();
31
}
32
33
protected
function
getConfigFiles
()
34
{
35
return \Magento\Framework\App\Utility\Files::init()->getConfigFiles(
'crontab.xml'
);
36
}
37
}
Magento\Test\Integrity\Modular\CrontabConfigFilesTest\getIdAttributes
getIdAttributes()
Definition:
CrontabConfigFilesTest.php:16
$objectManager
$objectManager
Definition:
bootstrap.php:17
Magento\Test\Integrity\Modular\CrontabConfigFilesTest
Definition:
CrontabConfigFilesTest.php:8
Magento\Test\Integrity\Modular
Definition:
AbstractMergedConfigTest.php:6
Magento\Test\Integrity\Modular\CrontabConfigFilesTest\getConfigFiles
getConfigFiles()
Definition:
CrontabConfigFilesTest.php:33
Magento
Magento\Framework\App\ResourceConnection\Config
Definition:
Config.php:14
Magento\Test\Integrity\Modular\AbstractMergedConfigTest
Definition:
AbstractMergedConfigTest.php:11
Magento\Test\Integrity\Modular\CrontabConfigFilesTest\getMergedSchemaFile
getMergedSchemaFile()
Definition:
CrontabConfigFilesTest.php:26
Magento\TestFramework\Helper\Bootstrap\getObjectManager
static getObjectManager()
Definition:
Bootstrap.php:125