1 | <?php |
||
11 | class ResolverSpec extends ObjectBehavior |
||
12 | { |
||
13 | function let(Loader $loader, MatchingPolicy $matchingPolicy) |
||
18 | |||
19 | function it_resolve_config_when_matching_policy_match_request_to_response_config(Loader $loader, MatchingPolicy $matchingPolicy) |
||
35 | |||
36 | function it_return_null_when_matching_policy_cant_match_request(MatchingPolicy $matchingPolicy) |
||
43 | } |
||
44 |