コード例 #1
0
ファイル: ConfigTest.php プロジェクト: nblair/magescotch
 /**
  * Test schema file exists
  */
 public function testGetSchemaFile()
 {
     $this->_initConfig();
     $this->assertEquals(
         $this->urnResolver->getRealPath('urn:magento:framework:Validator/etc/validation.xsd'),
         $this->_config->getSchemaFile()
     );
     $this->assertFileExists($this->_config->getSchemaFile());
 }
コード例 #2
0
ファイル: ConfigTest.php プロジェクト: opexsw/magento2
 /**
  * Test schema file exists
  */
 public function testGetSchemaFile()
 {
     $this->_initConfig();
     $this->assertFileExists($this->_config->getSchemaFile());
 }