class Client extends Client
Client simulates a browser and makes requests to a Kernel object.
Methods
__construct(HttpKernelInterface $kernel, array $server = array(), History $history = null, CookieJar $cookieJar = null) Constructor.
followRedirects(bool $followRedirect = true) Sets whether to automatically follow redirects or not. from Client bool isFollowingRedirects() Returns whether client automatically follows redirects or not. from Client setMaxRedirects(int $maxRedir