mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-01-09 14:07:25 +01:00
Solved UserSourceTest
This commit is contained in:
parent
5b3f48a7be
commit
3002d77b1c
@ -22,7 +22,7 @@ class UserSourceTest extends TestCase
|
|||||||
|
|
||||||
public function testConstructor(): void
|
public function testConstructor(): void
|
||||||
{
|
{
|
||||||
$this->assertInstanceOf(Collection::class, $this->userSource->getMemberships());
|
$this->assertInstanceOf(Collection::class, $this->userSource->getMemberRelation()->getMemberships());
|
||||||
}
|
}
|
||||||
|
|
||||||
public function testHasPersonIdentitySource(): void
|
public function testHasPersonIdentitySource(): void
|
||||||
|
Loading…
Reference in New Issue
Block a user