_generated\TestGuyActions::dontSeeInCurrentUrl PHP 메소드

dontSeeInCurrentUrl() 공개 메소드

Checks that the current URI doesn't contain the given string. php dontSeeInCurrentUrl('/users/'); ?>
또한 보기: Codeception\Lib\InnerBrowser::dontSeeInCurrentUrl()
public dontSeeInCurrentUrl ( $uri )
$uri
    public function dontSeeInCurrentUrl($uri)
    {
        return $this->getScenario()->runStep(new \Codeception\Step\Assertion('dontSeeInCurrentUrl', func_get_args()));
    }
TestGuyActions