コード例 #1
0
ファイル: EventTest.php プロジェクト: tentwofour/ical
 public function testSetGetStartDate()
 {
     $d = new \DateTime();
     $this->object->setStartDate($d);
     $this->assertEquals($d, $this->object->getStartDate());
 }