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

@@ -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")
*/