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

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

Checks that the page title contains the given string. php seeInTitle('Blog - Post #1'); ?>
См. также: Codeception\Lib\InnerBrowser::seeInTitle()
public seeInTitle ( $title ) : mixed
$title
Результат mixed
    public function seeInTitle($title)
    {
        return $this->getScenario()->runStep(new \Codeception\Step\Assertion('seeInTitle', func_get_args()));
    }
FunctionalTesterActions