From 69c5891f224d3e794748821da7992a6beff61746 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Gertz?= Date: Wed, 14 Oct 2020 03:53:37 +0200 Subject: [PATCH] Cleanup --- DataFixtures/AirFixtures.php | 40 +++++++++--------------------------- 1 file changed, 10 insertions(+), 30 deletions(-) diff --git a/DataFixtures/AirFixtures.php b/DataFixtures/AirFixtures.php index ee2c363..4fe01db 100644 --- a/DataFixtures/AirFixtures.php +++ b/DataFixtures/AirFixtures.php @@ -81,6 +81,16 @@ class AirFixtures extends \Doctrine\Bundle\FixturesBundle\Fixture implements \Sy 'phone' => '+33677952829', 'password' => 'test' ), + array( + 'short' => 'Mr.', + 'group' => 'Senior', + 'mail' => 'denis.courvoisier@wanadoo.fr', + 'pseudonym' => 'Sined', + 'forename' => 'Denis', + 'surname' => 'Courvoisier', + 'phone' => '+33600000000', + 'password' => 'test' + ), array( 'short' => 'Mr.', 'group' => 'Senior', @@ -101,36 +111,6 @@ class AirFixtures extends \Doctrine\Bundle\FixturesBundle\Fixture implements \Sy 'phone' => '+33600000000', 'password' => 'test' ), - array( - 'short' => 'Mr.', - 'group' => 'Regular', - 'mail' => 'majid.ghedjatti@gmail.com', - 'pseudonym' => 'El Guerrillero', - 'forename' => 'Majid', - 'surname' => 'Ghedjatti', - 'phone' => '+33600000000', - 'password' => 'test' - ), - array( - 'short' => 'Mr.', - 'group' => 'Senior', - 'mail' => 'denis.courvoisier@wanadoo.fr', - 'pseudonym' => 'Sined', - 'forename' => 'Denis', - 'surname' => 'Courvoisier', - 'phone' => '+33600000000', - 'password' => 'test' - ), - array( - 'short' => 'Mr.', - 'group' => 'Regular', - 'mail' => 'kastango13@gmail.com', - 'pseudonym' => 'Kastrat', - 'forename' => 'Kastrat', - 'surname' => 'Hasaj', - 'phone' => '+33600000000', - 'password' => 'test' - ), ); //Create users -- 2.41.0