예제 #1
0
파일: tabledesc.php 프로젝트: AF83/morm
 public function testHaveAutoIncrement()
 {
     $tableDesc = new TableDesc('authors');
     $this->assertTrue($tableDesc->hasAutoIncrement());
 }