_generated\AcceptanceTesterActions::amHttpAuthenticated PHP Method

amHttpAuthenticated() public method

Adds HTTP authentication via username/password.
See also: Codeception\Module\REST::amHttpAuthenticated()
public amHttpAuthenticated ( $username, $password )
$username
$password
    public function amHttpAuthenticated($username, $password)
    {
        return $this->getScenario()->runStep(new \Codeception\Step\Condition('amHttpAuthenticated', func_get_args()));
    }
AcceptanceTesterActions