mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-11-03 10:47:56 +00: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