mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 21:57:16 +02:00
Optimized unit tests and entity implementation
This commit is contained in:
@@ -33,7 +33,7 @@ class FullPersonNameSource extends AbstractCombinationSource implements FullPers
|
||||
*
|
||||
* @var FirstNameSourceInterface
|
||||
*/
|
||||
protected $firstnNameSource;
|
||||
protected $firstNameSource;
|
||||
|
||||
public function __construct()
|
||||
{
|
||||
|
@@ -9,7 +9,9 @@ use Symfony\Component\Validator\Constraints as Assert;
|
||||
|
||||
/**
|
||||
* @author kevinfrantz
|
||||
*
|
||||
* @todo Change to SINGLE_TABLE. JOINED was necessary because SINGLE_TABLE leaded to:
|
||||
*
|
||||
* @see << SQLSTATE[42S02]: Base table or view not found: 1146 Table 'DEV_DATABASE.source_data_name' doesn't exist >>
|
||||
* @ORM\Entity
|
||||
* @ORM\Table(name="source_data_name")
|
||||
|
Reference in New Issue
Block a user