_generated\AcceptanceTesterActions::stopFollowingRedirects PHP 메소드

stopFollowingRedirects() 공개 메소드

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