Solved UserSourceTest

This commit is contained in:
Kevin Frantz 2018-11-26 22:38:20 +01:00
parent 5b3f48a7be
commit 3002d77b1c

View File

@ -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