Exemplo n.º 1
0
 public function testSetTos()
 {
     $email = new Email();
     $email->setTos(array('*****@*****.**', '*****@*****.**'));
     $this->assertEquals(array('*****@*****.**', '*****@*****.**'), $email->getTos());
 }