Ejemplo n.º 1
0
 /**
  * @test
  *
  * @return void
  */
 public function testCanGetMailTo()
 {
     $this->assertEquals($this->fixture->getMailTo(), array('*****@*****.**' => 'John Doe'));
 }