| 1 | <?php |
||
| 22 | class PostTypeSpec extends ObjectBehavior |
||
| 23 | { |
||
| 24 | function let() |
||
| 28 | |||
| 29 | function it_extends_post_type() |
||
| 33 | |||
| 34 | function it_implements_post_type_interface() |
||
| 38 | |||
| 39 | function it_should_be_fields() |
||
| 43 | |||
| 44 | function it_should_be_permalink() |
||
| 48 | |||
| 49 | function it_should_be_post_type() |
||
| 53 | |||
| 54 | function it_should_be_rewrite_rules() |
||
| 58 | |||
| 59 | function it_should_serialize() |
||
| 65 | |||
| 66 | function it_should_be_taxonomy_type() |
||
| 70 | |||
| 71 | function it_should_be_taxonomy_permalink() |
||
| 75 | } |
||
| 76 |