_generated\AcceptanceTesterActions::sendOPTIONS PHP 메소드

sendOPTIONS() 공개 메소드

Sends an OPTIONS request to given uri.
또한 보기: Codeception\Module\REST::sendOPTIONS()
public sendOPTIONS ( $url, array $params = null )
$url
$params array
    public function sendOPTIONS($url, $params = null)
    {
        return $this->getScenario()->runStep(new \Codeception\Step\Action('sendOPTIONS', func_get_args()));
    }
AcceptanceTesterActions