check()) { $response = $this->get(route('project.index')); } else { $response = $this->get(route('login')); } $response->assertStatus(200); } }