PHP Class Sylius\Tests\Controller\ZoneApiTest

Author: Mateusz Zalewski ([email protected])
Inheritance: extends Lakion\ApiTestCase\JsonApiTestCase
Datei anzeigen Open project: sylius/sylius

Public Methods

Method Description
it_allows_to_create_zone_with_members ( )
it_allows_to_delete_zone ( )
it_allows_to_get_zones_list ( )
it_allows_to_update_zone_fully ( )
it_allows_to_update_zone_partially ( )
it_denies_access_to_zone_details_for_not_authenticated_users ( )
it_denies_access_to_zones_list_for_not_authenticated_users ( )
it_denies_zone_creation_for_non_authenticated_user ( )
it_denies_zone_delete_for_not_authenticated_users ( )
it_denies_zone_full_update_for_not_authenticated_users ( )
it_denies_zone_partial_update_for_not_authenticated_users ( )
it_does_not_allow_to_create_zone_without_specifying_required_data ( )
it_does_not_allow_to_update_zone_fully_without_specifying_required_data ( )
it_returns_not_found_response_when_requesting_delete_of_a_zone_which_does_not_exist ( )
it_returns_not_found_response_when_requesting_details_of_a_zone_which_does_not_exist ( )
it_returns_not_found_response_when_requesting_full_update_of_a_zone_which_does_not_exist ( )
it_returns_not_found_response_when_requesting_partial_update_of_a_zone_which_does_not_exist ( )
it_shows_zone_details ( )

Method Details

it_allows_to_create_zone_with_members() public method

it_allows_to_delete_zone() public method

it_allows_to_get_zones_list() public method

it_allows_to_update_zone_fully() public method

it_allows_to_update_zone_partially() public method

it_denies_access_to_zone_details_for_not_authenticated_users() public method

it_denies_access_to_zones_list_for_not_authenticated_users() public method

it_denies_zone_creation_for_non_authenticated_user() public method

it_denies_zone_delete_for_not_authenticated_users() public method

it_denies_zone_full_update_for_not_authenticated_users() public method

it_denies_zone_partial_update_for_not_authenticated_users() public method

it_does_not_allow_to_create_zone_without_specifying_required_data() public method

it_does_not_allow_to_update_zone_fully_without_specifying_required_data() public method

it_returns_not_found_response_when_requesting_delete_of_a_zone_which_does_not_exist() public method

it_returns_not_found_response_when_requesting_details_of_a_zone_which_does_not_exist() public method

it_returns_not_found_response_when_requesting_full_update_of_a_zone_which_does_not_exist() public method

it_returns_not_found_response_when_requesting_partial_update_of_a_zone_which_does_not_exist() public method

it_shows_zone_details() public method