]> Raphaël G. Git Repositories - airbundle/blobdiff - DataFixtures/AirFixtures.php
Add register before login form
[airbundle] / DataFixtures / AirFixtures.php
index 475b9f2bc4db48ce36dd0a0abc5c398359c85014..fba0949f6c5f1b62c4b05f410a39f63bfe9131d0 100644 (file)
@@ -80,7 +80,7 @@ class AirFixtures extends \Doctrine\Bundle\FixturesBundle\Fixture implements \Sy
                                'phone' => '+33677952829',
                                'password' => 'test'
                        ),
-                       array(
+                       /*array(
                                'short' => 'Mr.',
                                'group' => 'Senior',
                                'mail' => 'denis.courvoisier@wanadoo.fr',
@@ -89,7 +89,7 @@ class AirFixtures extends \Doctrine\Bundle\FixturesBundle\Fixture implements \Sy
                                'surname' => 'Courvoisier',
                                'phone' => '+33600000000',
                                'password' => 'test'
-                       ),
+                       ),*/
                        array(
                                'short' => 'Mr.',
                                'group' => 'Senior',
@@ -139,7 +139,7 @@ class AirFixtures extends \Doctrine\Bundle\FixturesBundle\Fixture implements \Sy
                //XXX: adding a new zipcode here requires matching accuweather uris in Command/WeatherCommand.php
                $locationTree = [
                        [
-                               'title' => 'Opera Garnier',
+                               'title' => 'Garnier opera',
                                'short' => 'Garnier',
                                'address' => '10 Place de l\'Opéra',
                                'zipcode' => '75009',
@@ -170,7 +170,7 @@ class AirFixtures extends \Doctrine\Bundle\FixturesBundle\Fixture implements \Sy
                                'hotspot' => false
                        ],
                        [
-                               'title' => 'Colette square',
+                               'title' => 'Colette place',
                                'short' => 'Colette',
                                'address' => 'Galerie du Théâtre Français',
                                'zipcode' => '75001',
@@ -180,7 +180,7 @@ class AirFixtures extends \Doctrine\Bundle\FixturesBundle\Fixture implements \Sy
                                'hotspot' => false
                        ],
                        [
-                               'title' => 'Swan Island',
+                               'title' => 'Swan island',
                                'short' => 'Swan',
                                'address' => 'Allée des Cygnes',
                                'zipcode' => '75015',
@@ -258,6 +258,26 @@ class AirFixtures extends \Doctrine\Bundle\FixturesBundle\Fixture implements \Sy
                                'latitude' => 48.892503,
                                'longitude' => 2.389300,
                                'hotspot' => false
+                       ],
+                       [
+                               'title' => 'Louvre palace',
+                               'short' => 'Louvre',
+                               'address' => 'Quai François Mitterrand',
+                               'zipcode' => '75001',
+                               'city' => 'Paris',
+                               'latitude' => 48.860386,
+                               'longitude' => 2.332611,
+                               'hotspot' => false
+                       ],
+                       [
+                               'title' => 'Monde garden',
+                               'short' => 'Monde',
+                               'address' => '63 avenue Pierre Mendès-France',
+                               'zipcode' => '75013',
+                               'city' => 'Paris',
+                               'latitude' => 48.840451,
+                               'longitude' => 2.367638,
+                               'hotspot' => false
                        ]
                ];