Push more tests for location services, setup travis CI integration
This commit is contained in:
parent
13cd01cfe6
commit
760525a673
8 changed files with 279 additions and 69 deletions
|
@ -31,3 +31,10 @@ $factory->state(Pterodactyl\Models\User::class, 'admin', function () {
|
|||
'root_admin' => true,
|
||||
];
|
||||
});
|
||||
|
||||
$factory->define(Pterodactyl\Models\Location::class, function (Faker\Generator $faker) {
|
||||
return [
|
||||
'short' => $faker->domainWord,
|
||||
'long' => $faker->catchPhrase,
|
||||
];
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue