write test for all of permission api

This commit is contained in:
2025-05-11 16:19:50 +03:30
parent f2fda29041
commit 70f3c36f58
8 changed files with 436 additions and 1 deletions

View File

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