PHP Class eZ\Publish\Core\REST\Server\Tests\Output\ValueObjectVisitor\RestLocationRootNodeTest

Inheritance: extends RestLocationTest
Afficher le fichier Open project: ezsystems/ezpublish-kernel

Méthodes publiques

Méthode Description
testResultContainsChildrenAttributes ( string $result ) Test if result contains Children element attributes.
testResultContainsIdValueElement ( string $result ) Test if result contains id value element.
testResultContainsLocationAttributes ( string $result ) Test if result contains Location element attributes.
testResultContainsParentLocationAttributes ( string $result ) Test if result contains ParentLocation element attributes.
testResultContainsParentLocationElement ( string $result ) Test if result contains ParentLocation element.
testResultContainsPathStringValueElement ( string $result ) Test if result contains pathString value element.
testResultContainsUrlAliasesTagAttributes ( string $result ) Test if result contains Content element attributes.
testVisit ( ) : string Test the Location visitor.

Méthodes protégées

Méthode Description
internalGetVisitor ( ) : RestLocation Get the Location visitor.

Method Details

internalGetVisitor() protected méthode

Get the Location visitor.
protected internalGetVisitor ( ) : RestLocation
Résultat eZ\Publish\Core\REST\Server\Output\ValueObjectVisitor\RestLocation

testResultContainsChildrenAttributes() public méthode

Test if result contains Children element attributes.

testResultContainsIdValueElement() public méthode

Test if result contains id value element.
public testResultContainsIdValueElement ( string $result )
$result string

testResultContainsLocationAttributes() public méthode

Test if result contains Location element attributes.

testResultContainsParentLocationAttributes() public méthode

Test if result contains ParentLocation element attributes.

testResultContainsParentLocationElement() public méthode

Test if result contains ParentLocation element.

testResultContainsPathStringValueElement() public méthode

Test if result contains pathString value element.

testResultContainsUrlAliasesTagAttributes() public méthode

Test if result contains Content element attributes.

testVisit() public méthode

Test the Location visitor.
public testVisit ( ) : string
Résultat string