subfolders() public method

public subfolders ( $of_folder_path, $options = [] )
Exemplo n.º 1
0
 /**
  * @expectedException \Cloudinary\Api\NotFound
  */
 function test33_folder_listing_error()
 {
     $this->api->subfolders("test_folder");
 }