| 1 | <?php |
||
| 10 | class RouteMatchingPolicySpec extends ObjectBehavior |
||
| 11 | { |
||
| 12 | function it_is_matching_policy() |
||
| 16 | |||
| 17 | function it_match_when_request_path_is_equal_to_response_config_path() |
||
| 24 | |||
| 25 | function it_match_when_request_path_is_equal_to_response_config_path_but_contain_upercase_chars() |
||
| 32 | |||
| 33 | function it_match_paths_with_placeholders() |
||
| 40 | |||
| 41 | |||
| 42 | function it_does_not_match_when_request_path_is_not_matching_response_config_path() |
||
| 49 | } |
||
| 50 |