_generated\AcceptanceTesterActions::dontSeeResponseContains PHP Method

dontSeeResponseContains() public method

Checks whether last response do not contain text.
See also: Codeception\Module\REST::dontSeeResponseContains()
public dontSeeResponseContains ( $text )
$text
    public function dontSeeResponseContains($text)
    {
        return $this->getScenario()->runStep(new \Codeception\Step\Assertion('dontSeeResponseContains', func_get_args()));
    }
AcceptanceTesterActions