mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
fixtures: really find Charline
This commit is contained in:
parent
341cb25653
commit
206c49a95c
@ -89,7 +89,7 @@ class LoadReports extends AbstractFixture implements OrderedFixtureInterface, Co
|
|||||||
{
|
{
|
||||||
$charline = $this->container->get('doctrine.orm.entity_manager')
|
$charline = $this->container->get('doctrine.orm.entity_manager')
|
||||||
->getRepository('ChillPersonBundle:Person')
|
->getRepository('ChillPersonBundle:Person')
|
||||||
->findOneBy(array('lastName' => 'Charline'))
|
->findOneBy(array('firstName' => 'Charline', 'lastName' => 'Depardieu'))
|
||||||
;
|
;
|
||||||
|
|
||||||
$report = (new Report())
|
$report = (new Report())
|
||||||
|
Loading…
x
Reference in New Issue
Block a user