_generated\AcceptanceTesterActions::cantSeeHttpHeader PHP Метод

cantSeeHttpHeader() публичный метод

Checks over the given HTTP header and (optionally) its value, asserting that are not there
См. также: Codeception\Module\REST::dontSeeHttpHeader()
public cantSeeHttpHeader ( $name, $value = null )
$name
$value
    public function cantSeeHttpHeader($name, $value = null)
    {
        return $this->getScenario()->runStep(new \Codeception\Step\ConditionalAssertion('dontSeeHttpHeader', func_get_args()));
    }
AcceptanceTesterActions