1 | <?php |
||
20 | final class ProductTranslationSpec extends ObjectBehavior |
||
21 | { |
||
22 | function it_implements_a_core_product_interface(): void |
||
26 | |||
27 | function it_extends_a_product_translation_model(): void |
||
31 | |||
32 | function it_does_not_have_a_short_description_by_default(): void |
||
36 | |||
37 | function its_short_description_is_mutable(): void |
||
42 | } |
||
43 |