Example #1
0
 /**
  * @covers ::getPrimaryKey
  */
 public function testGetPrimaryKey()
 {
     $this->assertEquals('id', Model::getPrimaryKey());
 }