_generated\TestGuyActions::amHttpAuthenticated PHP Метод

amHttpAuthenticated() публичный Метод

Authenticates user for HTTP_AUTH
См. также: Codeception\Module\PhpBrowser::amHttpAuthenticated()
public amHttpAuthenticated ( $username, $password )
$username
$password
    public function amHttpAuthenticated($username, $password)
    {
        return $this->getScenario()->runStep(new \Codeception\Step\Condition('amHttpAuthenticated', func_get_args()));
    }
TestGuyActions