mirror of
				https://github.com/kevinveenbirkenbach/infinito.git
				synced 2025-11-04 03:07:58 +00:00 
			
		
		
		
	Implemented tests for UserRepository and mapped data schema
This commit is contained in:
		@@ -23,6 +23,7 @@ class RelationTest extends TestCase
 | 
			
		||||
    {
 | 
			
		||||
        $this->assertInstanceOf(Collection::class, $this->relation->getChilds());
 | 
			
		||||
        $this->assertInstanceOf(Collection::class, $this->relation->getParents());
 | 
			
		||||
        $this->assertEquals(0, $this->relation->getVersion());
 | 
			
		||||
        $this->expectException(\TypeError::class);
 | 
			
		||||
        $this->relation->getSource();
 | 
			
		||||
    }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user