コード例 #1
0
ファイル: EventTest.php プロジェクト: tentwofour/ical
 public function testSetGetDescription()
 {
     $this->object->setdescription('Test');
     $this->assertEquals('Test', $this->object->getDescription());
 }