Skip to content
This repository has been archived by the owner on Dec 11, 2020. It is now read-only.

Commit

Permalink
Revert change in example XML introducd by #570
Browse files Browse the repository at this point in the history
  • Loading branch information
fzaninotto committed Feb 23, 2016
1 parent 0b81c70 commit e0ee315
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/test.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?php
require __DIR__ .'/../vendor/autoload.php';
date_default_timezone_set('GMT');
$faker = Faker\Factory::create();
$faker->seed(5);

Expand All @@ -18,7 +17,6 @@
<city><?php echo $faker->city ?></city>
<postcode><?php echo $faker->postcode ?></postcode>
<state><?php echo $faker->state ?></state>
<coordinate><?php echo $faker->localCoordinates['latitude'].','.$faker->localCoordinates['longitude'] ?></coordinate>
</address>
<company name="<?php echo $faker->company ?>" catchPhrase="<?php echo $faker->catchPhrase ?>">
<?php if ($faker->boolean(33)): ?>
Expand Down

0 comments on commit e0ee315

Please sign in to comment.