_generated\AcceptanceTesterActions::stopFollowingRedirects PHP Method

stopFollowingRedirects() public method

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