PHP Class JD\Cloudder\Test\CloudinaryWrapperTest

Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: jrm2k6/cloudder

Public Methods

Method Description
it_should_call_api_add_tag_when_calling_add_tag ( )
it_should_call_api_create_archive_when_generating_archive ( )
it_should_call_api_create_archive_with_correct_archive_name ( )
it_should_call_api_delete_all_resources_when_calling_delete_all_resources ( )
it_should_call_api_delete_derived_resources_when_calling_delete_derived_resources ( )
it_should_call_api_delete_resources_by_prefix_when_calling_delete_resources_by_prefix ( )
it_should_call_api_delete_resources_by_tag_when_calling_delete_resources_by_tag ( )
it_should_call_api_delete_resources_when_calling_delete_resources ( )
it_should_call_api_delete_resources_when_calling_destroy_images ( )
it_should_call_api_destroy_when_calling_destroy ( )
it_should_call_api_destroy_when_calling_destroy_image ( )
it_should_call_api_download_archive_url_when_generating_archive ( )
it_should_call_api_download_archive_url_with_correct_archive_name ( )
it_should_call_api_remove_tag_when_calling_add_tag ( )
it_should_call_api_rename_tag_when_calling_add_tag ( )
it_should_call_api_rename_when_calling_rename ( )
it_should_create_a_transformation_when_calling_create_transformation ( )
it_should_create_upload_mapping_when_calling_create_upload_mapping ( )
it_should_create_upload_preset_when_calling_create_upload_preset ( )
it_should_delete_a_transformation_when_calling_delete_transformation ( )
it_should_delete_upload_mapping_when_calling_delete_upload_mapping ( )
it_should_delete_upload_preset_when_calling_delete_upload_preset ( )
it_should_restore_resources_when_calling_restore ( )
it_should_returns_https_image_url_when_calling_secure_show ( )
it_should_returns_image_url_when_calling_private_download_url ( )
it_should_returns_image_url_when_calling_show ( )
it_should_returns_image_url_when_calling_show_private_url ( )
it_should_set_uploaded_result_when_uploading_picture ( )
it_should_set_uploaded_result_when_uploading_private_picture ( )
it_should_set_uploaded_result_when_uploading_video ( )
it_should_show_list_when_calling_tags ( )
it_should_show_one_transformation_when_calling_transformation ( )
it_should_show_ping_list_when_calling_ping ( )
it_should_show_response_when_calling_resource ( )
it_should_show_response_when_calling_resources ( )
it_should_show_response_when_calling_resources_by_ids ( )
it_should_show_response_when_calling_resources_by_moderation ( )
it_should_show_response_when_calling_resources_by_tag ( )
it_should_show_root_folders_list_when_calling_root_folders ( )
it_should_show_transformations_list_when_calling_transformations ( )
it_should_show_upload_mappings_list_when_calling_upload_mappings ( )
it_should_show_upload_presets_list_when_calling_upload_presets ( )
it_should_show_usage_list_when_calling_usage ( )
it_should_subfolders_when_calling_subfolders ( )
it_should_update_a_resource_when_calling_update ( )
it_should_update_a_transformation_when_calling_update_transformation ( )
it_should_update_upload_mapping_when_calling_update_upload_mapping ( )
it_should_update_upload_preset_when_calling_update_upload_preset ( )
it_should_upload_mapping_when_calling_upload_mapping ( )
it_should_upload_preset_when_calling_upload_preset ( )
setUp ( )
tearDown ( )
verify_delete_alias_returns_boolean ( )

Method Details

it_should_call_api_add_tag_when_calling_add_tag() public method

it_should_call_api_create_archive_when_generating_archive() public method

it_should_call_api_create_archive_with_correct_archive_name() public method

it_should_call_api_delete_all_resources_when_calling_delete_all_resources() public method

it_should_call_api_delete_derived_resources_when_calling_delete_derived_resources() public method

it_should_call_api_delete_resources_by_prefix_when_calling_delete_resources_by_prefix() public method

it_should_call_api_delete_resources_by_tag_when_calling_delete_resources_by_tag() public method

it_should_call_api_delete_resources_when_calling_delete_resources() public method

it_should_call_api_delete_resources_when_calling_destroy_images() public method

it_should_call_api_destroy_when_calling_destroy() public method

it_should_call_api_destroy_when_calling_destroy_image() public method

it_should_call_api_download_archive_url_when_generating_archive() public method

it_should_call_api_download_archive_url_with_correct_archive_name() public method

it_should_call_api_remove_tag_when_calling_add_tag() public method

it_should_call_api_rename_tag_when_calling_add_tag() public method

it_should_call_api_rename_when_calling_rename() public method

it_should_create_a_transformation_when_calling_create_transformation() public method

it_should_create_upload_mapping_when_calling_create_upload_mapping() public method

it_should_create_upload_preset_when_calling_create_upload_preset() public method

it_should_delete_a_transformation_when_calling_delete_transformation() public method

it_should_delete_upload_mapping_when_calling_delete_upload_mapping() public method

it_should_delete_upload_preset_when_calling_delete_upload_preset() public method

it_should_restore_resources_when_calling_restore() public method

it_should_returns_https_image_url_when_calling_secure_show() public method

it_should_returns_image_url_when_calling_private_download_url() public method

it_should_returns_image_url_when_calling_show() public method

it_should_returns_image_url_when_calling_show_private_url() public method

it_should_set_uploaded_result_when_uploading_picture() public method

it_should_set_uploaded_result_when_uploading_private_picture() public method

it_should_set_uploaded_result_when_uploading_video() public method

it_should_show_list_when_calling_tags() public method

it_should_show_one_transformation_when_calling_transformation() public method

it_should_show_ping_list_when_calling_ping() public method

it_should_show_response_when_calling_resource() public method

it_should_show_response_when_calling_resources() public method

it_should_show_response_when_calling_resources_by_ids() public method

it_should_show_response_when_calling_resources_by_moderation() public method

it_should_show_response_when_calling_resources_by_tag() public method

it_should_show_root_folders_list_when_calling_root_folders() public method

it_should_show_transformations_list_when_calling_transformations() public method

it_should_show_upload_mappings_list_when_calling_upload_mappings() public method

it_should_show_upload_presets_list_when_calling_upload_presets() public method

it_should_show_usage_list_when_calling_usage() public method

it_should_subfolders_when_calling_subfolders() public method

it_should_update_a_resource_when_calling_update() public method

it_should_update_a_transformation_when_calling_update_transformation() public method

it_should_update_upload_mapping_when_calling_update_upload_mapping() public method

it_should_update_upload_preset_when_calling_update_upload_preset() public method

it_should_upload_mapping_when_calling_upload_mapping() public method

it_should_upload_preset_when_calling_upload_preset() public method

setUp() public method

public setUp ( )

tearDown() public method

public tearDown ( )

verify_delete_alias_returns_boolean() public method