write new tests

This commit is contained in:
2025-05-12 17:05:42 +03:30
parent 70f3c36f58
commit db8cda55df
13 changed files with 507 additions and 18 deletions

View File

@@ -17,7 +17,9 @@ class RoleFactory extends Factory
public function definition(): array
{
return [
//
'name' => $this->faker->unique()->slug,
'name_fa' => $this->faker->unique()->word,
'guard_name' => 'web',
];
}
}