mirror of
				https://github.com/kevinveenbirkenbach/infinito.git
				synced 2025-11-04 11:17:58 +00:00 
			
		
		
		
	Implemented tests for user
This commit is contained in:
		@@ -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