Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
FieldsetConfigFilesTest.php
Go to the documentation of this file.
1 <?php
9 
11 
13 {
19  protected function _getReaderClassName()
20  {
21  return \Magento\Framework\DataObject\Copy\Config\Reader::class;
22  }
23 
29  protected function _getConfigFilePathGlob()
30  {
31  return 'etc/fieldset.xml';
32  }
33 
39  protected function _getXsdPath()
40  {
41  return $this->componentRegistrar->getPath(ComponentRegistrar::LIBRARY, 'magento/framework')
42  . '/DataObject/etc/fieldset_file.xsd';
43  }
44 }