write test for another items and change some part of the code
This commit is contained in:
@@ -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'));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user