Implemented tests for personIdentitySource and solved conflicts

This commit is contained in:
Kevin Frantz
2018-11-18 12:16:38 +01:00
parent a92ac68750
commit 08c4bee43f
4 changed files with 27 additions and 9 deletions

View File

@@ -25,7 +25,7 @@ class UserSource extends AbstractCombinationSource implements UserSourceInterfac
protected $user;
/**
* @todo Implement ORM mapping for database!
* @ORM\OneToOne(targetEntity="PersonIdentitySource",cascade={"persist", "remove"})
*
* @var PersonIdentitySourceInterface
*/