Add test for settingcredit and rate

This commit is contained in:
Too
2018-06-19 18:56:31 +08:00
parent 1b39ee8bda
commit 95f4f25dd3
6 changed files with 124 additions and 18 deletions
+6 -1
View File
@@ -4,6 +4,11 @@ use Faker\Generator as Faker;
$factory->define(App\Rate::class, function (Faker $faker) {
return [
//
'x1_cash' => $faker->randomDigit,
'x1_cheque' => $faker->randomDigit,
'x1_ba' => $faker->randomDigit,
'x2_cash' => $faker->randomDigit,
'x2_cheque' => $faker->randomDigit,
'x2_ba' => $faker->randomDigit
];
});