Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
CrontabConfigFilesTest.php
Go to the documentation of this file.
1 <?php
7 
9 {
16  protected function getIdAttributes()
17  {
18  return ['/config/group' => 'id', '/config/group/job' => 'name'];
19  }
20 
26  protected function getMergedSchemaFile()
27  {
28 
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 }
$objectManager
Definition: bootstrap.php:17