_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