1
0
mirror of https://github.com/fzaninotto/Faker.git synced 2025-01-17 14:18:29 +01:00

Revert test file modified by mistake

This commit is contained in:
Francois Zaninotto 2014-03-03 21:37:52 +01:00
parent 6f1f649ccc
commit ea67b69b01

View File

@ -1,7 +1,7 @@
<?php
require __DIR__ .'/../vendor/autoload.php';
$faker = Faker\Factory::create('cs_CZ');
$faker = Faker\Factory::create();
$faker->seed(5);
echo '<?xml version="1.0" encoding="UTF-8"?>';
@ -21,7 +21,7 @@ echo '<?xml version="1.0" encoding="UTF-8"?>';
</address>
<company name="<?php echo $faker->company ?>" catchPhrase="<?php echo $faker->catchPhrase ?>">
<?php if ($faker->boolean(33)): ?>
<offer><?php echo $faker->realText ?></offer>
<offer><?php echo $faker->bs ?></offer>
<?php endif; ?>
<?php if ($faker->boolean(33)): ?>
<director name="<?php echo $faker->name ?>" />