Exemple #1
0
 public function testCreateEmailSuccess()
 {
     $r = $this->api->create_email('test name', 'test subject', $this->good_html);
     $this->assertNotNull($r);
     print 'Created an email';
 }