Exemplo n.º 1
0
 public function testExists()
 {
     $this->assertInstanceOf('MailgunZf2\\Options\\MailgunOptions', $this->options);
     $this->assertEquals(getenv('TEST_MAILGUNZF2_APIKEY'), $this->options->getApiKey());
     $this->assertEquals(getenv('TEST_MAILGUNZF2_DOMAIN'), $this->options->getDomain());
 }