_generated\FunctionalTesterActions::amHttpAuthenticated PHP Method

amHttpAuthenticated() public method

Authenticates user for HTTP_AUTH
See also: 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