write test for another items and change some part of the code

This commit is contained in:
2025-05-14 15:38:33 +03:30
parent db8cda55df
commit 16fe0be555
20 changed files with 1258 additions and 45 deletions

View File

@@ -13,7 +13,7 @@ class StoreTest extends TestCase
{
use RefreshDatabase, WithFaker;
public function test_the_user_is_not_authenticated()
public function test_unauthenticated_user_cannot_access()
{
$response = $this->postJson(route('roles.store'));