records = [ [ 'id' => self::SHARING_GROUP_A_ID, 'uuid' => self::SHARING_GROUP_A_UUID, 'name' => 'Sharing Group A', 'description' => 'Sharing Group A', 'releasability' => 'UNCLASSIFIED', 'organisation_uuid' => OrganisationsFixture::ORGANISATION_A_UUID, 'org_id' => OrganisationsFixture::ORGANISATION_A_ID, 'active' => true, 'local' => true, 'roaming' => false, 'created' => $faker->dateTime()->getTimestamp(), 'modified' => $faker->dateTime()->getTimestamp() ], [ 'id' => self::SHARING_GROUP_B_ID, 'uuid' => self::SHARING_GROUP_B_UUID, 'name' => 'Sharing Group B', 'description' => 'Sharing Group B', 'releasability' => 'UNCLASSIFIED', 'organisation_uuid' => OrganisationsFixture::ORGANISATION_B_UUID, 'org_id' => OrganisationsFixture::ORGANISATION_B_ID, 'active' => true, 'local' => true, 'roaming' => false, 'created' => $faker->dateTime()->getTimestamp(), 'modified' => $faker->dateTime()->getTimestamp() ] ]; parent::init(); } }