PHP 클래스 JD\Cloudder\Test\CloudinaryWrapperTest

상속: extends PHPUnit_Framework_TestCase
파일 보기 프로젝트 열기: jrm2k6/cloudder

공개 메소드들

메소드 설명
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 ( )

메소드 상세

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() 공개 메소드

public setUp ( )

tearDown() 공개 메소드

public tearDown ( )

verify_delete_alias_returns_boolean() 공개 메소드