mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 21:57:16 +02:00
Updated composer and optimized unit tests
This commit is contained in:
@@ -29,6 +29,10 @@ class UserTest extends TestCase
|
||||
$this->user->setPassword(self::PASSWORD);
|
||||
|
||||
}
|
||||
|
||||
public function testConstructor():void{
|
||||
$this->assertInstanceOf(UserInterface::class, new User());
|
||||
}
|
||||
|
||||
public function testUsername(): void
|
||||
{
|
||||
|
Reference in New Issue
Block a user