mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 13:57:10 +02:00
Solved unit tests
This commit is contained in:
@@ -24,8 +24,16 @@ class UserSource extends AbstractCombinationSource implements UserSourceInterfac
|
||||
*/
|
||||
protected $user;
|
||||
|
||||
/**
|
||||
* @todo Implement ORM mapping for database!
|
||||
*
|
||||
* @var PersonIdentitySourceInterface
|
||||
*/
|
||||
protected $personIdentitySource;
|
||||
|
||||
public function __construct()
|
||||
{
|
||||
$this->personIdentitySource = new PersonIdentitySource();
|
||||
parent::__construct();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user