示例#1
0
 public function testGetTemplates()
 {
     $client = new ApiClient();
     $templates = $client->getTemplates(array());
     $this->assertNotNull($templates);
 }