コード例 #1
0
ファイル: TimeCategoryTest.php プロジェクト: fedegiust/Jumph
 public function testGetId()
 {
     $timeCategory = new TimeCategory();
     $this->assertNull($timeCategory->getId());
 }