mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 13:57:10 +02:00
Implemented tests for UserRepository and mapped data schema
This commit is contained in:
@@ -32,6 +32,7 @@ class UserTest extends TestCase
|
||||
public function testConstructor(): void
|
||||
{
|
||||
$this->assertInstanceOf(UserInterface::class, new User());
|
||||
$this->assertEquals(0, $this->user->getVersion());
|
||||
}
|
||||
|
||||
public function testUsername(): void
|
||||
|
Reference in New Issue
Block a user