コード例 #1
0
ファイル: RepoTraitTest.php プロジェクト: harp-orm/harp
 /**
  * @covers ::getPrimaryKey
  */
 public function testGetPrimaryKey()
 {
     $this->assertEquals('id', User::getPrimaryKey());
 }