1 | <?php |
||
20 | class OptionTranslationSpec extends ObjectBehavior |
||
21 | { |
||
22 | function it_is_initializable() |
||
26 | |||
27 | function it_implement_Sylius_option_interface() |
||
31 | |||
32 | function it_should_not_have_id_by_default() |
||
36 | |||
37 | function it_should_not_have_name_by_default() |
||
41 | |||
42 | function its_name_should_be_mutable() |
||
47 | } |
||
48 |