AuthenticationHttpTest::testAuthHost PHP Method

testAuthHost() public method

public testAuthHost ( )
    public function testAuthHost()
    {
        $GLOBALS['cfg']['Server']['verbose'] = '';
        $GLOBALS['cfg']['Server']['host'] = 'hòst';
        $this->doMockResponse(1, 1, 1, array('WWW-Authenticate: Basic realm="phpMyAdmin hst"'), array('HTTP/1.0 401 Unauthorized'), array('status: 401 Unauthorized'));
    }