| 1 | <?php |
||
| 18 | class SimpleMatcherSpec extends ObjectBehavior |
||
| 19 | { |
||
| 20 | function let() |
||
| 24 | |||
| 25 | function it_is_initializable() |
||
| 29 | |||
| 30 | function it_should_not_be_constructed_with_non_string_subject() |
||
| 36 | |||
| 37 | function it_should_return_subject() |
||
| 41 | |||
| 42 | function it_should_match_pattern_against_subject(Pattern $pattern) |
||
| 50 | } |
||
| 51 |