PHP Class spec\Coduo\TuTu\Request\ParameterMatchingPolicySpec

Inheritance: extends PhpSpec\ObjectBehavior
Datei anzeigen Open project: coduo/tutu

Public Methods

Method Description
it_is_matching_policy ( )
it_match_when_request_config_body_and_query_params_are_empty ( )
it_match_when_request_config_query_and_body_parameters_match_parameters_from_request ( )
it_not_match_when_request_config_body_parameter_does_not_exist_in_request_body ( )
it_not_match_when_request_config_body_parameter_is_different_than_request_body_param ( )
it_not_match_when_request_config_query_parameter_does_not_exist_in_request_query ( )
it_not_match_when_request_config_query_parameter_is_different_than_request_query_param ( )
let ( )

Method Details

it_is_matching_policy() public method

it_match_when_request_config_body_and_query_params_are_empty() public method

it_match_when_request_config_query_and_body_parameters_match_parameters_from_request() public method

it_not_match_when_request_config_body_parameter_does_not_exist_in_request_body() public method

it_not_match_when_request_config_body_parameter_is_different_than_request_body_param() public method

it_not_match_when_request_config_query_parameter_does_not_exist_in_request_query() public method

it_not_match_when_request_config_query_parameter_is_different_than_request_query_param() public method

let() public method

public let ( )