public function testGetDateTime()
 {
     $mailform = new MailForm();
     $this->assertEquals(date('Y/m/d(D) H:i'), $mailform->getDateTime());
 }