write test for nominatim usage

This commit is contained in:
2024-03-09 13:59:02 +03:30
parent 797179d021
commit c0d991cdc0
27 changed files with 550 additions and 184 deletions

View File

@@ -17,7 +17,9 @@ class UserFactory extends Factory
public function definition(): array
{
return [
'username' => $this->faker->name
'username' => $this->faker->name,
'enabled' => true,
'confirmed' => 1
];
}
}