mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-01 05:56:16 +00:00
@ -13,7 +13,7 @@ public function test_logout(): void
|
||||
{
|
||||
$this->actingAs($this->user);
|
||||
|
||||
$this->post(route('logout'))->assertRedirect(route('login'));
|
||||
$this->post(route('logout'))->assertRedirect('/');
|
||||
|
||||
$this->assertFalse(auth()->check());
|
||||
}
|
||||
|
Reference in New Issue
Block a user