mirror of
				https://github.com/kevinveenbirkenbach/infinito.git
				synced 2025-11-03 18:58:01 +00: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