Example #1
0
 public function testGetId()
 {
     $timeCategory = new TimeCategory();
     $this->assertNull($timeCategory->getId());
 }