More tests
This commit is contained in:
parent
fd24729ab9
commit
6d1b994b7d
11 changed files with 626 additions and 64 deletions
|
@ -93,7 +93,7 @@ $factory->define(Pterodactyl\Models\ServiceOption::class, function (Faker\Genera
|
|||
'id' => $faker->unique()->randomNumber(),
|
||||
'service_id' => $faker->unique()->randomNumber(),
|
||||
'name' => $faker->name,
|
||||
'description' => $faker->sentences(3),
|
||||
'description' => implode(' ', $faker->sentences(3)),
|
||||
'tag' => $faker->unique()->randomNumber(5),
|
||||
];
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue