PHP Class spec\Coduo\TuTu\Request\MethodMatchingPolicySpec

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

Public Methods

Method Description
it_is_matching_policy ( )
it_return_false_when_request_method_is_not_in_response_config_allowed_methods ( )
it_return_true_when_config_does_not_have_allowed_methods ( )
it_return_true_when_request_method_is_in_response_config_allowed_methods ( )

Method Details

it_is_matching_policy() public method

it_return_false_when_request_method_is_not_in_response_config_allowed_methods() public method

it_return_true_when_config_does_not_have_allowed_methods() public method

it_return_true_when_request_method_is_in_response_config_allowed_methods() public method