mirror of
				https://github.com/kevinveenbirkenbach/infinito.git
				synced 2025-11-04 03:07:58 +00:00 
			
		
		
		
	Implemented more tests for user
This commit is contained in:
		@@ -47,5 +47,6 @@ class UserTest extends TestCase
 | 
			
		||||
    public function testSource(): void
 | 
			
		||||
    {
 | 
			
		||||
        $this->assertInstanceOf(UserSource::class, $this->user->getSource());
 | 
			
		||||
        $this->assertEquals($this->user, $this->user->getSource()->getUser());
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user