PHP Class spec\Coduo\TuTu\Request\RouteMatchingPolicySpec

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

Public Methods

Method Description
it_does_not_match_when_request_path_is_not_matching_response_config_path ( )
it_is_matching_policy ( )
it_match_paths_with_placeholders ( )
it_match_when_request_path_is_equal_to_response_config_path ( )
it_match_when_request_path_is_equal_to_response_config_path_but_contain_upercase_chars ( )

Method Details

it_does_not_match_when_request_path_is_not_matching_response_config_path() public method

it_is_matching_policy() public method

it_match_paths_with_placeholders() public method

it_match_when_request_path_is_equal_to_response_config_path() public method

it_match_when_request_path_is_equal_to_response_config_path_but_contain_upercase_chars() public method