mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 13:57:10 +02:00
Solved UserSourceTest
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user