Пример #1
0
 public function test_gets()
 {
     $this->assertTrue(is_string($this->config->getVersion()));
     $this->assertEquals($this->def_cfg->library->directory, $this->config->library->directory);
     $this->assertEquals($this->def_cfg->database->filename, $this->config->database->filename);
 }