_generated\AcceptanceTesterActions::startFollowingRedirects PHP Method

startFollowingRedirects() public method

Enables automatic redirects to be followed by the client
See also: Codeception\Module\REST::startFollowingRedirects()
    public function startFollowingRedirects()
    {
        return $this->getScenario()->runStep(new \Codeception\Step\Action('startFollowingRedirects', func_get_args()));
    }
AcceptanceTesterActions