mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange.git
synced 2026-08-25 07:14:22 +00:00
Add test for settingcredit and rate
This commit is contained in:
@@ -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
|
||||
];
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user