| 1 | <?php |
||
| 7 | class MessageSpec extends ObjectBehavior |
||
| 8 | { |
||
| 9 | function let() |
||
| 13 | |||
| 14 | function it_should_have_a_template_accessor() |
||
| 18 | |||
| 19 | function it_should_have_a_parameters_accessor() |
||
| 23 | |||
| 24 | function it_should_have_a_pluralization_accessor() |
||
| 28 | |||
| 29 | function it_should_use_null_as_default_pluralization() |
||
| 35 | |||
| 36 | function it_should_use_empty_array_as_default_parameters() |
||
| 42 | |||
| 43 | function it_should_have_a_string_representation_with_replaced_parameter_holders() |
||
| 49 | |||
| 50 | function it_should_be_serializable() |
||
| 54 | } |
||
| 55 |