_generated\FunctionalTesterActions::amHttpAuthenticated PHP 메소드

amHttpAuthenticated() 공개 메소드

Authenticates user for HTTP_AUTH
또한 보기: Codeception\Lib\InnerBrowser::amHttpAuthenticated()
public amHttpAuthenticated ( $username, $password )
$username
$password
    public function amHttpAuthenticated($username, $password)
    {
        return $this->getScenario()->runStep(new \Codeception\Step\Condition('amHttpAuthenticated', func_get_args()));
    }
FunctionalTesterActions