Esempio n. 1
0
 /**
  * @test
  */
 public function it_sets_the_server()
 {
     $this->mailbox->setServer('foo');
     $this->assertEquals('foo', $this->mailbox->getServer());
 }