Exemplo n.º 1
0
 public function testUpdateTemplateVersion()
 {
     $r = $this->api->updateTemplateVersion('test name', 'test subject', $this->template_id, $this->version_id, $this->good_html);
     $this->assertNotNull(isset($r['created']) ? $r['created'] : null);
 }