From 3002d77b1cd81b8b79e2172bf939d5d9314c9bd8 Mon Sep 17 00:00:00 2001 From: Kevin Frantz Date: Mon, 26 Nov 2018 22:38:20 +0100 Subject: [PATCH] Solved UserSourceTest --- application/tests/Unit/Entity/Source/Complex/UserSourceTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/tests/Unit/Entity/Source/Complex/UserSourceTest.php b/application/tests/Unit/Entity/Source/Complex/UserSourceTest.php index f8e4e6a..08f798e 100644 --- a/application/tests/Unit/Entity/Source/Complex/UserSourceTest.php +++ b/application/tests/Unit/Entity/Source/Complex/UserSourceTest.php @@ -22,7 +22,7 @@ class UserSourceTest extends TestCase public function testConstructor(): void { - $this->assertInstanceOf(Collection::class, $this->userSource->getMemberships()); + $this->assertInstanceOf(Collection::class, $this->userSource->getMemberRelation()->getMemberships()); } public function testHasPersonIdentitySource(): void