mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 21:57:16 +02:00
Implemented tests for user
This commit is contained in:
@@ -18,7 +18,7 @@ trait UsernameAttribut{
|
||||
return $this->username;
|
||||
}
|
||||
|
||||
public function setUsernames(string $username):void{
|
||||
public function setUsername(string $username):void{
|
||||
$this->username = $username;
|
||||
}
|
||||
}
|
||||
|
@@ -15,11 +15,6 @@ class User extends AbstractSource implements UserInterface
|
||||
{
|
||||
use UsernameAttribut,PasswordAttribut;
|
||||
|
||||
/**
|
||||
* @ORM\Column(type="string", length=254, unique=true)
|
||||
*/
|
||||
private $email;
|
||||
|
||||
/**
|
||||
* @ORM\Column(name="is_active", type="boolean")
|
||||
*/
|
||||
|
Reference in New Issue
Block a user