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

Show file Open project: ezsystems/ezpublish-kernel

Public Methods

Method Description
testResultContainsUserListAttributes ( string $result ) Test if result contains UserList element attributes.
testResultContainsUserListElement ( string $result ) Test if result contains UserList element.
testUserListVisitsChildren ( ) Test if UserList visitor visits the children.
testVisit ( ) : string Test the UserList visitor.

Protected Methods

Method Description
internalGetVisitor ( ) : UserList Get the UserList visitor.

Method Details

internalGetVisitor() protected method

Get the UserList visitor.
protected internalGetVisitor ( ) : UserList
return eZ\Publish\Core\REST\Server\Output\ValueObjectVisitor\UserList

testResultContainsUserListAttributes() public method

Test if result contains UserList element attributes.

testResultContainsUserListElement() public method

Test if result contains UserList element.
public testResultContainsUserListElement ( string $result )
$result string

testUserListVisitsChildren() public method

Test if UserList visitor visits the children.

testVisit() public method

Test the UserList visitor.
public testVisit ( ) : string
return string