mirror of
				https://github.com/kevinveenbirkenbach/infinito.git
				synced 2025-11-03 18:58:01 +00:00 
			
		
		
		
	solved tests of memberRelationTest
This commit is contained in:
		@@ -22,6 +22,6 @@ class MemberRelationTest extends TestCase
 | 
			
		||||
    public function testConstructor(): void
 | 
			
		||||
    {
 | 
			
		||||
        $this->assertInstanceOf(Collection::class, $this->memberRelation->getMembers());
 | 
			
		||||
        $this->assertInstanceOf(Collection::class, $this->memberRelation->getMembership());
 | 
			
		||||
        $this->assertInstanceOf(Collection::class, $this->memberRelation->getMemberships());
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user