_generated\AcceptanceTesterActions::dontSeeInTitle PHP 메소드

dontSeeInTitle() 공개 메소드

Checks that the page title does not contain the given string.
또한 보기: Codeception\Module\WebDriver::dontSeeInTitle()
public dontSeeInTitle ( $title ) : mixed
$title
리턴 mixed
    public function dontSeeInTitle($title)
    {
        return $this->getScenario()->runStep(new \Codeception\Step\Assertion('dontSeeInTitle', func_get_args()));
    }
AcceptanceTesterActions