Exemplo n.º 1
0
 public function testCreateEmailSuccess()
 {
     $r = $this->api->createEmail('test name', 'test subject', $this->good_html);
     $this->assertNotNull($r);
 }