Пример #1
0
 /**
  * @expectedException \Exception
  * @expectedExceptionMessage Model not writable because primary key is not defined in _meta.
  */
 public function testSaveModelWithoutPrimaryKey()
 {
     $pkl = new PkLess();
     $pkl->save();
 }