Implemented tests for user

This commit is contained in:
Kevin Frantz
2018-09-06 15:22:51 +02:00
parent a857f515d3
commit 917bc110e3
3 changed files with 39 additions and 6 deletions

View File

@@ -18,7 +18,7 @@ trait UsernameAttribut{
return $this->username;
}
public function setUsernames(string $username):void{
public function setUsername(string $username):void{
$this->username = $username;
}
}