示例#1
0
 public function testGetSchemaFile()
 {
     $this->assertFileExists(self::$_model->getSchemaFile());
 }
示例#2
0
 /**
  * Test schema file exists
  */
 public function testGetSchemaFile()
 {
     $this->_initConfig();
     $this->assertFileExists($this->_config->getSchemaFile());
 }