_generated\AcceptanceTesterActions::sendOPTIONS PHP Method

sendOPTIONS() public method

Sends an OPTIONS request to given uri.
See also: 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