
|
| CasePntHttpRequest |
| PntXmlElementTest |
| StringConverterTest |
|
| checkValidateHostName |
| checkValidateOctets |
| logError |
| setUp |
| testValidateAUTH_TYPE |
| testValidateCONTENT_LENGTH |
| testValidateCONTENT_TYPE |
| testValidateHeaderValue |
| testValidatePATH_INFO |
| testValidatePATH_TRANSLATED |
| testValidateQUERY_STRING |
| testValidateREMOTE_ADDR |
| testValidateREMOTE_HOST |
| testValidateREMOTE_USER |
| testValidateREQUEST_METHOD |
| testValidateREQUEST_URI |
| testValidateSCRIPT_NAME |
| testValidateSERVER_NAME |
| testValidateSERVER_PORT |
| testValidateSERVER_PROTOCOL |
| testValidateServerVarName |
| testValidateServerVars |
| test_validateCookieName |
| test_validateCookies |
| test_validateParams |
| test_validatePhpAuth |
|
<?php
// Copyright (c) MetaClass Groningen, 2003-2012
Gen::includeClass('', 'pnt/test');
Gen::includeClass('PntHttpRequest', 'pnt/web');
/** @package pnt/test */
class CasePntHttpRequest extends {
public $validator;
public $alpahNumeric = 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789';
public $loggedErrors;
|
Copyright (c) MetaClass, 2003- . All rights reserved.
This code is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This code is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
Click here for a copy of the license or see http://www.gnu.org/licenses/ .
|
|