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