create(); $this->actingAs($user); $this->post('/admin/logout') ->assertRedirect('/admin/login'); expect(auth()->check())->toBeFalse(); });