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