Ejemplo n.º 1
0
 public function testUpdateTemplateVersion()
 {
     $r = $this->api->update_template_version('test name', 'test subject', $this->template_id, $this->version_id, $this->good_html);
     $this->assertNotNull($r->created);
     print "Updated a template version";
 }