index(); self::assertSame(302, $response->status()); self::assertSame('/login', $response->header('Location')); self::assertSame('', $response->body()); } }