Updated composer and optimized unit tests

This commit is contained in:
Kevin Frantz
2018-10-28 22:13:33 +01:00
parent de51649d63
commit 7848c90615
5 changed files with 72 additions and 74 deletions

View File

@@ -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
{