示例#1
0
 public function testGetPrimaryKey()
 {
     $this->assertEquals('user_id', User::getPrimaryKey());
 }