subfolders() public method

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