1 | <?php |
||
21 | class RewriteRulesSpec extends ObjectBehavior |
||
22 | { |
||
23 | function let() |
||
27 | |||
28 | function it_extends_rewrite_rules() |
||
32 | |||
33 | function it_implements_rewrite_rules_interface() |
||
37 | |||
38 | function it_should_be_rewrite_rules() |
||
42 | |||
43 | function it_should_be_rewrite_tags() |
||
47 | |||
48 | function it_should_include_template() |
||
52 | } |
||
53 |