_generated\FunctionalTesterActions::dontSeeInTitle PHP Метод

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

Checks that the page title does not contain the given string.
См. также: Codeception\Lib\InnerBrowser::dontSeeInTitle()
public dontSeeInTitle ( $title ) : mixed
$title
Результат mixed
    public function dontSeeInTitle($title)
    {
        return $this->getScenario()->runStep(new \Codeception\Step\Assertion('dontSeeInTitle', func_get_args()));
    }
FunctionalTesterActions