'id', '/config/group/job' => 'name']; } /** * Path to tough XSD for merged file validation * * @var string */ protected function getMergedSchemaFile() { $objectManager = \Magento\TestFramework\Helper\Bootstrap::getObjectManager(); return $objectManager->get(\Magento\Cron\Model\Config\SchemaLocator::class)->getSchema(); } protected function getConfigFiles() { return \Magento\Framework\App\Utility\Files::init()->getConfigFiles('crontab.xml'); } }