_generated\AcceptanceTesterActions::seeInTitle PHP 메소드

seeInTitle() 공개 메소드

Checks that the page title contains the given string. php seeInTitle('Blog - Post #1'); ?>
또한 보기: Codeception\Module\WebDriver::seeInTitle()
public seeInTitle ( $title ) : mixed
$title
리턴 mixed
    public function seeInTitle($title)
    {
        return $this->getScenario()->runStep(new \Codeception\Step\Assertion('seeInTitle', func_get_args()));
    }
AcceptanceTesterActions