| 1 | <?php |
||
| 21 | class MemberRemovedSpec extends ObjectBehavior |
||
| 22 | { |
||
| 23 | function let(OrganizationId $organizationId, MemberId $memberId) |
||
| 27 | |||
| 28 | function it_is_initializable() |
||
| 33 | |||
| 34 | function it_get_occurred_on() |
||
| 38 | |||
| 39 | function it_gets_organization_id(OrganizationId $organizationId) |
||
| 43 | |||
| 44 | function it_gets_member_id(MemberId $memberId) |
||
| 48 | } |
||
| 49 |