Пример #1
0
 /**
  * Checks if it is allowed to save new, empty objects with a auto increment column
  */
 public function testAllowEmptyWithAutoIncrement()
 {
     $bookreader = new BookReader();
     $bookreader->save();
     $this->assertFalse($bookreader->isNew());
 }