Commit 50274c70 by Julien Jorry

Fix fixtures

parent 4fb591c2
...@@ -138,6 +138,7 @@ App\Entity\CotisationInfos: ...@@ -138,6 +138,7 @@ App\Entity\CotisationInfos:
App\Entity\CotisationAdherent: App\Entity\CotisationAdherent:
cotisation1: cotisation1:
operateur: '@useradherent' operateur: '@useradherent'
parenttype: 'cotisation'
type: 'cotisation_adherent' type: 'cotisation_adherent'
cotisationInfos: '@cotisationInfos1' cotisationInfos: '@cotisationInfos1'
montant: '10' montant: '10'
...@@ -147,6 +148,7 @@ App\Entity\CotisationAdherent: ...@@ -147,6 +148,7 @@ App\Entity\CotisationAdherent:
createdAt: '<dateTimeBetween("-200 days", "now")>' createdAt: '<dateTimeBetween("-200 days", "now")>'
cotisation{2..11}: cotisation{2..11}:
operateur: '@usera<current()>' operateur: '@usera<current()>'
parenttype: 'cotisation'
type: 'cotisation_adherent' type: 'cotisation_adherent'
cotisationInfos: '@cotisationInfos<current()>' cotisationInfos: '@cotisationInfos<current()>'
montant: '10' montant: '10'
...@@ -157,6 +159,7 @@ App\Entity\CotisationAdherent: ...@@ -157,6 +159,7 @@ App\Entity\CotisationAdherent:
App\Entity\CotisationPrestataire: App\Entity\CotisationPrestataire:
cotisationp{2..32}: cotisationp{2..32}:
operateur: '@userp<current()>' operateur: '@userp<current()>'
parenttype: 'cotisation'
type: 'cotisation_prestataire' type: 'cotisation_prestataire'
cotisationInfos: '@cotisationInfos<numberBetween(12, 43)>' cotisationInfos: '@cotisationInfos<numberBetween(12, 43)>'
montant: '10' montant: '10'
......
...@@ -78,7 +78,7 @@ class IndexController extends AbstractController ...@@ -78,7 +78,7 @@ class IndexController extends AbstractController
/** /**
* @Route("/contact", name="contact") * @Route("/contact", name="contact")
*/ */
public function contactqAction() public function contactAction()
{ {
return $this->render('contact.html.twig', array( return $this->render('contact.html.twig', array(
// 'user' => $this->getUser() // '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