Example #1
0
 public function testHaveAutoIncrement()
 {
     $tableDesc = new TableDesc('authors');
     $this->assertTrue($tableDesc->hasAutoIncrement());
 }