1
0
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:
zaid-86 2014-06-14 15:46:57 +03:00
parent cbd6d1694f
commit 15289c83f3

View File

@ -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"?>';