_generated\FunctionalTesterActions::dontSeeInTitle PHP Méthode

dontSeeInTitle() public méthode

Checks that the page title does not contain the given string.
See also: Codeception\Lib\InnerBrowser::dontSeeInTitle()
public dontSeeInTitle ( $title ) : mixed
$title
Résultat mixed
    public function dontSeeInTitle($title)
    {
        return $this->getScenario()->runStep(new \Codeception\Step\Assertion('dontSeeInTitle', func_get_args()));
    }
FunctionalTesterActions