| 1 | <?php |
||
| 25 | final class ZoneMemberSpec extends ObjectBehavior |
||
| 26 | { |
||
| 27 | function it_is_initializable(): void |
||
| 31 | |||
| 32 | function it_implements_zone_member_interface(): void |
||
| 36 | |||
| 37 | function it_has_no_id_by_default(): void |
||
| 41 | |||
| 42 | function it_has_no_code_by_default(): void |
||
| 46 | |||
| 47 | function its_code_is_mutable(): void |
||
| 52 | |||
| 53 | function it_doesnt_belong_to_any_zone_by_default(): void |
||
| 57 | |||
| 58 | function it_can_belong_to_a_zone(ZoneInterface $zone): void |
||
| 63 | } |
||
| 64 |