Пример #1
0
 public function testCreateNewTemplateVersion()
 {
     $r = $this->api->create_new_template_version('test name', 'test subject', $this->template_id, $html = $this->good_html);
     $this->assertNotNull($r->created);
     print "Created a new template version";
 }