1
0
mirror of https://github.com/fzaninotto/Faker.git synced 2025-01-29 11:57:40 +01:00

passing locale parameter to test arabic work

This commit is contained in:
zaid-86 2014-06-13 19:12:18 +03:00
parent 272fb49b12
commit c4c3eb2a45

View File

@ -8,7 +8,7 @@ echo '<?xml version="1.0" encoding="UTF-8"?>';
?>
<contacts>
<?php for ($i=0; $i < 10; $i++): ?>
<contact firstName="<?php echo $faker->firstName ?>" lastName="<?php echo $faker->lastName ?>" email="<?php echo $faker->email ?>"/>
<contact firstName="<?php echo $faker->firstName ?>" lastName="<?php echo $faker->lastName ?>" email="<?php echo $faker->email ?>" >
<phone number="<?php echo $faker->phoneNumber ?>"/>
<?php if ($faker->boolean(25)): ?>
<birth date="<?php echo $faker->dateTimeThisCentury->format('Y-m-d') ?>" place="<?php echo $faker->city ?>"/>