HrefTest
extends XmlTest
in package
Table of Contents
- $contextUri : mixed
- $elementMap : mixed
- $namespaceMap : mixed
- assertParsedValue() : mixed
- cleanUp() : mixed
- parse() : mixed
- testConstruct() : mixed
- testSerialize() : mixed
- testSerializeEntity() : mixed
- This method tests if hrefs containing & are correctly encoded.
- testToHtml() : mixed
- testUnserialize() : mixed
- testUnserializeEmpty() : mixed
- testUnserializeIncompatible() : 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 —testConstruct()
public
testConstruct() : mixed
Return values
mixed —testSerialize()
public
testSerialize() : mixed
Return values
mixed —testSerializeEntity()
This method tests if hrefs containing & are correctly encoded.
public
testSerializeEntity() : mixed
Return values
mixed —testToHtml()
public
testToHtml() : mixed
Return values
mixed —testUnserialize()
public
testUnserialize() : mixed
Return values
mixed —testUnserializeEmpty()
public
testUnserializeEmpty() : mixed
Return values
mixed —testUnserializeIncompatible()
public
testUnserializeIncompatible() : mixed
Return values
mixed —write()
public
write(mixed $input) : mixed
Parameters
- $input : mixed