_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