ResponseTest
extends XmlTest
in package
Table of Contents
- $contextUri : mixed
- $elementMap : mixed
- $namespaceMap : mixed
- assertParsedValue() : mixed
- cleanUp() : mixed
- parse() : mixed
- testDeserializeComplexProperty() : mixed
- testDeserializeComplexPropertyEmpty() : mixed
- In the case of {DAV:}prop, a deserializer should never get called, if the property element is empty.
- testSerialize() : mixed
- testSerializeBreak() : mixed
- testSerializeComplexProperty() : mixed
- testSerializeCustomNamespace() : mixed
- This one is specifically for testing properties with no namespaces, which is legal xml.
- testSerializeEmptyNamespace() : mixed
- This one is specifically for testing properties with no namespaces, which is legal xml.
- testSerializeNoProperties() : mixed
- testSerializeUrlencoding() : mixed
- testSimple() : mixed
- write() : mixed
Properties
$contextUri
protected
mixed
$contextUri
= '/'
$elementMap
protected
mixed
$elementMap
= []
$namespaceMap
protected
mixed
$namespaceMap
= ['DAV:' => 'd']
Methods
assertParsedValue()
public
assertParsedValue(mixed $expected, mixed $xml[, array<string|int, mixed> $elementMap = [] ]) : mixed
Parameters
- $expected : mixed
- $xml : mixed
- $elementMap : array<string|int, mixed> = []
Return values
mixed —cleanUp()
public
cleanUp() : mixed
Return values
mixed —parse()
public
parse(mixed $xml[, array<string|int, mixed> $elementMap = [] ]) : mixed
Parameters
- $xml : mixed
- $elementMap : array<string|int, mixed> = []
Return values
mixed —testDeserializeComplexProperty()
public
testDeserializeComplexProperty() : mixed
Return values
mixed —testDeserializeComplexPropertyEmpty()
In the case of {DAV:}prop, a deserializer should never get called, if the property element is empty.
public
testDeserializeComplexPropertyEmpty() : mixed
Return values
mixed —testSerialize()
public
testSerialize() : mixed
Tags
Return values
mixed —testSerializeBreak()
public
testSerializeBreak() : mixed
Tags
Return values
mixed —testSerializeComplexProperty()
public
testSerializeComplexProperty() : mixed
Tags
Return values
mixed —testSerializeCustomNamespace()
This one is specifically for testing properties with no namespaces, which is legal xml.
public
testSerializeCustomNamespace() : mixed
Tags
Return values
mixed —testSerializeEmptyNamespace()
This one is specifically for testing properties with no namespaces, which is legal xml.
public
testSerializeEmptyNamespace() : mixed
Tags
Return values
mixed —testSerializeNoProperties()
public
testSerializeNoProperties() : mixed
Tags
Return values
mixed —testSerializeUrlencoding()
public
testSerializeUrlencoding() : mixed
Tags
Return values
mixed —testSimple()
public
testSimple() : mixed
Return values
mixed —write()
public
write(mixed $input) : mixed
Parameters
- $input : mixed