mirror of
https://github.com/fzaninotto/Faker.git
synced 2025-01-17 14:18:29 +01:00
reverting change of test.php
This commit is contained in:
parent
cbd6d1694f
commit
15289c83f3
@ -1,7 +1,7 @@
|
||||
<?php
|
||||
require __DIR__ .'/../vendor/autoload.php';
|
||||
|
||||
$faker = Faker\Factory::create('ar_JO');
|
||||
$faker = Faker\Factory::create();
|
||||
$faker->seed(5);
|
||||
|
||||
echo '<?xml version="1.0" encoding="UTF-8"?>';
|
||||
|
Loading…
x
Reference in New Issue
Block a user