|
|
|
|
@ -3097,6 +3097,7 @@ abstract class AbstractSharingManagerTests extends TestCase { |
|
|
|
|
$this->assertGreaterThanOrEqual($before, $share['last_updated']); |
|
|
|
|
$this->assertLessThanOrEqual($after, $share['last_updated']); |
|
|
|
|
|
|
|
|
|
usort($share['recipients'], fn (array $a, array $b): int => $a['value'] <=> $b['value']); |
|
|
|
|
$this->assertArrayHasKey('recipients', $share); |
|
|
|
|
$this->assertIsArray($share['recipients']); |
|
|
|
|
$this->assertCount(4, $share['recipients']); |
|
|
|
|
|