1 | <?php |
||
11 | class MatcherSpec extends ObjectBehavior |
||
12 | { |
||
13 | protected $gateways; |
||
14 | |||
15 | function let() |
||
30 | |||
31 | function it_is_initializable() |
||
35 | |||
36 | function it_implements_Yoqut_matcher_interface() |
||
40 | |||
41 | function it_should_not_throw_exception_if_gateway_is_valid(SmsInterface $sms, GatewayInterface $gateway) |
||
47 | |||
48 | function it_should_match_gateway_if_it_exists() |
||
57 | |||
58 | function it_should_support_valid_gateway(GatewayInterface $gateway) |
||
62 | } |
||
63 |