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

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

Checks whether last response do not contain text.
См. также: Codeception\Module\REST::dontSeeResponseContains()
public cantSeeResponseContains ( $text )
$text
    public function cantSeeResponseContains($text)
    {
        return $this->getScenario()->runStep(new \Codeception\Step\ConditionalAssertion('dontSeeResponseContains', func_get_args()));
    }
AcceptanceTesterActions