| 1 | <?php |
||
| 10 | class MethodMatchingPolicySpec extends ObjectBehavior |
||
| 11 | { |
||
| 12 | function it_is_matching_policy() |
||
| 16 | |||
| 17 | function it_return_true_when_config_does_not_have_allowed_methods() |
||
| 21 | |||
| 22 | function it_return_true_when_request_method_is_in_response_config_allowed_methods() |
||
| 29 | |||
| 30 | function it_return_false_when_request_method_is_not_in_response_config_allowed_methods() |
||
| 37 | } |
||
| 38 |