Example #1
0
 public function testIdProperty()
 {
     $this->plannedMatch->setId(42);
     $this->assertEquals(42, $this->plannedMatch->getId());
 }