PHP Class fXmlRpc\Parser\AbstractParserTest

Inheritance: extends PHPUnit_Framework_TestCase
Afficher le fichier Open project: lstrojny/fxmlrpc

Protected Properties

Свойство Type Description
$parser fXmlRpc\Parser\ParserInterface

Méthodes publiques

Méthode Description
provideSimpleTypes ( )
testApacheNilExtensionValue ( )
testEmptyArray_1 ( )
testEmptyString ( )
testEmptyStructMember ( )
testEmptyStruct_1 ( )
testEmptyStruct_2 ( )
testEmptyTags ( $expectedValue, $serializedType )
testEmptyValue ( $expectedValue, $serializedType )
testEntities_PreDefined_Name ( )
testEntities_PreDefined_Value ( )
testEntities_UnicodeEntitiesHex ( )
testEntities_UnicodeEntitiesNumeric ( )
testImplicitString ( )
testNilValue ( )
testNovalidateWhenResponseIsString ( )
testParsingBase64WithNewlinesAsPythonXmlRpcEncodes ( )
testParsingFaultCode ( )
testParsingInvalidMultipleParams ( )
testParsingListResponse ( )
testParsingListsInStructs ( )
testParsingNestedListResponse ( )
testParsingSimpleTypes ( $expectedValue, $serializedType, $serializedValue, $callback = null )
testParsingStructs ( )
testParsingStructsInStructs ( )
testThrowExceptionWhenIsString ( )
testXmlComments ( )
testXxeAttack_1 ( )

Méthodes protégées

Méthode Description
createParserWithoutValidation ( ) : fXmlRpc\Parser\ParserInterface

Method Details

createParserWithoutValidation() abstract protected méthode

abstract protected createParserWithoutValidation ( ) : fXmlRpc\Parser\ParserInterface
Résultat fXmlRpc\Parser\ParserInterface

provideSimpleTypes() public static méthode

public static provideSimpleTypes ( )

testApacheNilExtensionValue() public méthode

testEmptyArray_1() public méthode

public testEmptyArray_1 ( )

testEmptyString() public méthode

public testEmptyString ( )

testEmptyStructMember() public méthode

testEmptyStruct_1() public méthode

public testEmptyStruct_1 ( )

testEmptyStruct_2() public méthode

public testEmptyStruct_2 ( )

testEmptyTags() public méthode

public testEmptyTags ( $expectedValue, $serializedType )

testEmptyValue() public méthode

public testEmptyValue ( $expectedValue, $serializedType )

testEntities_PreDefined_Name() public méthode

testEntities_PreDefined_Value() public méthode

testEntities_UnicodeEntitiesHex() public méthode

testEntities_UnicodeEntitiesNumeric() public méthode

testImplicitString() public méthode

public testImplicitString ( )

testNilValue() public méthode

public testNilValue ( )

testNovalidateWhenResponseIsString() public méthode

testParsingBase64WithNewlinesAsPythonXmlRpcEncodes() public méthode

testParsingFaultCode() public méthode

testParsingInvalidMultipleParams() public méthode

testParsingListResponse() public méthode

testParsingListsInStructs() public méthode

testParsingNestedListResponse() public méthode

testParsingSimpleTypes() public méthode

public testParsingSimpleTypes ( $expectedValue, $serializedType, $serializedValue, $callback = null )

testParsingStructs() public méthode

public testParsingStructs ( )

testParsingStructsInStructs() public méthode

testThrowExceptionWhenIsString() public méthode

testXmlComments() public méthode

public testXmlComments ( )

testXxeAttack_1() public méthode

public testXxeAttack_1 ( )

Property Details

$parser protected_oe property

protected ParserInterface,fXmlRpc\Parser $parser
Résultat fXmlRpc\Parser\ParserInterface