|
@@ -140,17 +140,30 @@ class LoadElementData extends AbstractFixture implements OrderedFixtureInterfac
|
140
|
140
|
$this->createElement('infected_psycho', 'Infected Mushroom - Psycho',
|
141
|
141
|
'http://www.youtube.com/watch?v=dLWXSsYJoWY',
|
142
|
142
|
$this->getArrayOfTag(array('psytrance')),
|
143
|
|
- $jamendo, $paul,
|
|
143
|
+ $youtube, $paul,
|
144
|
144
|
$this->entity_manager->merge($this->getReference('group_fan_de_psytrance'))
|
145
|
145
|
);
|
146
|
146
|
|
147
|
147
|
$this->createElement('infected_muse', 'Infected mushroom - Muse Breaks',
|
148
|
148
|
'http://www.youtube.com/watch?v=g0Cbfm1PStA',
|
149
|
149
|
$this->getArrayOfTag(array('psytrance')),
|
150
|
|
- $jamendo, $bob,
|
|
150
|
+ $youtube, $bob,
|
151
|
151
|
$this->entity_manager->merge($this->getReference('group_fan_de_psytrance'))
|
152
|
152
|
);
|
153
|
153
|
|
|
154
|
+ $this->createElement('joelle_1', 'Cents Pas - Joëlle',
|
|
155
|
+ 'http://www.youtube.com/watch?v=bIAFB4vRdGw',
|
|
156
|
+ $this->getArrayOfTag(array('chanteuse')),
|
|
157
|
+ $youtube, $joelle
|
|
158
|
+ );
|
|
159
|
+
|
|
160
|
+ $this->createElement('joelle_2', 'Cents Pas - Joëlle (bis)',
|
|
161
|
+ 'http://www.youtube.com/watch?v=bIAFB4vRdGw',
|
|
162
|
+ $this->getArrayOfTag(array('chanteuse')),
|
|
163
|
+ $youtube, $joelle,
|
|
164
|
+ $this->entity_manager->merge($this->getReference('group_joelle'))
|
|
165
|
+ );
|
|
166
|
+
|
154
|
167
|
|
155
|
168
|
$this->entity_manager->flush();
|
156
|
169
|
}
|