Example #1
0
 public function testSetGetStartDate()
 {
     $d = new \DateTime();
     $this->object->setStartDate($d);
     $this->assertEquals($d, $this->object->getStartDate());
 }