mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 13:57:10 +02: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