예제 #1
0
파일: mainTest.php 프로젝트: gudwin/extasy
 public function testLoadById()
 {
     $schema = CConfig::getSchemaById(1);
     $this->assertEquals(1, $schema->getId());
     $this->assertEquals('test', $schema->getName());
 }