PHP 클래스 eZ\Publish\Core\REST\Server\Tests\Output\ValueObjectVisitor\RestLocationRootNodeTest

상속: extends RestLocationTest
파일 보기 프로젝트 열기: ezsystems/ezpublish-kernel

공개 메소드들

메소드 설명
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.

보호된 메소드들

메소드 설명
internalGetVisitor ( ) : RestLocation Get the Location visitor.

메소드 상세

internalGetVisitor() 보호된 메소드

Get the Location visitor.
protected internalGetVisitor ( ) : RestLocation
리턴 eZ\Publish\Core\REST\Server\Output\ValueObjectVisitor\RestLocation

testResultContainsChildrenAttributes() 공개 메소드

Test if result contains Children element attributes.

testResultContainsIdValueElement() 공개 메소드

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

testResultContainsLocationAttributes() 공개 메소드

Test if result contains Location element attributes.

testResultContainsParentLocationAttributes() 공개 메소드

Test if result contains ParentLocation element attributes.

testResultContainsParentLocationElement() 공개 메소드

Test if result contains ParentLocation element.

testResultContainsPathStringValueElement() 공개 메소드

Test if result contains pathString value element.

testResultContainsUrlAliasesTagAttributes() 공개 메소드

Test if result contains Content element attributes.

testVisit() 공개 메소드

Test the Location visitor.
public testVisit ( ) : string
리턴 string