_generated\AcceptanceTesterActions::seeHttpHeader PHP 메소드

seeHttpHeader() 공개 메소드

Checks over the given HTTP header and (optionally) its value, asserting that are there
또한 보기: Codeception\Module\REST::seeHttpHeader()
public seeHttpHeader ( $name, $value = null )
$name
$value
    public function seeHttpHeader($name, $value = null)
    {
        return $this->getScenario()->runStep(new \Codeception\Step\Assertion('seeHttpHeader', func_get_args()));
    }
AcceptanceTesterActions