AuthenticationHttpTest::testAuthVerbose PHP Метод

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

public testAuthVerbose ( )
    public function testAuthVerbose()
    {
        $_REQUEST['old_usr'] = '';
        $GLOBALS['cfg']['Server']['verbose'] = 'verboseMessagê';
        $this->doMockResponse(1, 1, 1, array('WWW-Authenticate: Basic realm="phpMyAdmin verboseMessag"'), array('HTTP/1.0 401 Unauthorized'), array('status: 401 Unauthorized'));
    }