Commit 50274c70 by Julien Jorry

Fix fixtures

parent 4fb591c2
......@@ -138,6 +138,7 @@ App\Entity\CotisationInfos:
App\Entity\CotisationAdherent:
cotisation1:
operateur: '@useradherent'
parenttype: 'cotisation'
type: 'cotisation_adherent'
cotisationInfos: '@cotisationInfos1'
montant: '10'
......@@ -147,6 +148,7 @@ App\Entity\CotisationAdherent:
createdAt: '<dateTimeBetween("-200 days", "now")>'
cotisation{2..11}:
operateur: '@usera<current()>'
parenttype: 'cotisation'
type: 'cotisation_adherent'
cotisationInfos: '@cotisationInfos<current()>'
montant: '10'
......@@ -157,6 +159,7 @@ App\Entity\CotisationAdherent:
App\Entity\CotisationPrestataire:
cotisationp{2..32}:
operateur: '@userp<current()>'
parenttype: 'cotisation'
type: 'cotisation_prestataire'
cotisationInfos: '@cotisationInfos<numberBetween(12, 43)>'
montant: '10'
......
......@@ -78,7 +78,7 @@ class IndexController extends AbstractController
/**
* @Route("/contact", name="contact")
*/
public function contactqAction()
public function contactAction()
{
return $this->render('contact.html.twig', array(
// 'user' => $this->getUser()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment