_generated\AcceptanceTesterActions::startFollowingRedirects PHP 메소드

startFollowingRedirects() 공개 메소드

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