Ejemplo n.º 1
0
 public function testGenerateMessageId()
 {
     if (ezcMailTools::generateMessageID("doe.com") === ezcMailTools::generateMessageID("doe.com")) {
         $this->fail("testGenerateMessageID generated the same ID twice");
     }
 }