_generated\AcceptanceTesterActions::canSeeHttpHeader PHP 메소드

canSeeHttpHeader() 공개 메소드

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