コード例 #1
0
 public function testSetApiKeyMethod()
 {
     Mandrill::setApiKey(self::$my_api_key);
     $this->assertEquals(self::$my_api_key, Mandrill::getApiKey());
 }