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

Show file Open project: ezsystems/ezpublish-kernel

Public Methods

Method Description
testAlwaysAvailableCorrect ( DOMDocument $dom )
testLastModificationDateCorrect ( DOMDocument $dom )
testLocationsHrefCorrect ( DOMDocument $dom )
testLocationsMediaTypeCorrect ( DOMDocument $dom )
testMainLanguageCodeCorrect ( DOMDocument $dom )
testMainLocationHrefCorrect ( DOMDocument $dom )
testMainLocationMediaTypeCorrect ( DOMDocument $dom )
testNameCorrect ( DOMDocument $dom )
testOwnerHrefCorrect ( DOMDocument $dom )
testOwnerMediaTypeCorrect ( DOMDocument $dom )
testRolesHrefCorrect ( DOMDocument $dom )
testRolesMediaTypeCorrect ( DOMDocument $dom )
testSectionHrefCorrect ( DOMDocument $dom )
testSectionMediaTypeCorrect ( DOMDocument $dom )
testUserGroupsHrefCorrect ( DOMDocument $dom )
testUserGroupsMediaTypeCorrect ( DOMDocument $dom )
testUserHrefCorrect ( DOMDocument $dom )
testUserIdCorrect ( DOMDocument $dom )
testUserMediaTypeWithoutVersionCorrect ( DOMDocument $dom )
testUserRemoteIdCorrect ( DOMDocument $dom )
testUserTypeHrefCorrect ( DOMDocument $dom )
testUserTypeMediaTypeCorrect ( DOMDocument $dom )
testVersionsHrefCorrect ( DOMDocument $dom )
testVersionsMediaTypeCorrect ( DOMDocument $dom )
testVisitWithoutEmbeddedVersion ( ) : DOMDocument

Protected Methods

Method Description
getBasicRestUser ( )
internalGetVisitor ( ) : RestUser Get the User visitor.

Method Details

getBasicRestUser() protected method

protected getBasicRestUser ( )

internalGetVisitor() protected method

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

testAlwaysAvailableCorrect() public method

public testAlwaysAvailableCorrect ( DOMDocument $dom )
$dom DOMDocument

testLastModificationDateCorrect() public method

public testLastModificationDateCorrect ( DOMDocument $dom )
$dom DOMDocument

testLocationsHrefCorrect() public method

public testLocationsHrefCorrect ( DOMDocument $dom )
$dom DOMDocument

testLocationsMediaTypeCorrect() public method

public testLocationsMediaTypeCorrect ( DOMDocument $dom )
$dom DOMDocument

testMainLanguageCodeCorrect() public method

public testMainLanguageCodeCorrect ( DOMDocument $dom )
$dom DOMDocument

testMainLocationHrefCorrect() public method

public testMainLocationHrefCorrect ( DOMDocument $dom )
$dom DOMDocument

testMainLocationMediaTypeCorrect() public method

public testMainLocationMediaTypeCorrect ( DOMDocument $dom )
$dom DOMDocument

testNameCorrect() public method

public testNameCorrect ( DOMDocument $dom )
$dom DOMDocument

testOwnerHrefCorrect() public method

public testOwnerHrefCorrect ( DOMDocument $dom )
$dom DOMDocument

testOwnerMediaTypeCorrect() public method

public testOwnerMediaTypeCorrect ( DOMDocument $dom )
$dom DOMDocument

testRolesHrefCorrect() public method

public testRolesHrefCorrect ( DOMDocument $dom )
$dom DOMDocument

testRolesMediaTypeCorrect() public method

public testRolesMediaTypeCorrect ( DOMDocument $dom )
$dom DOMDocument

testSectionHrefCorrect() public method

public testSectionHrefCorrect ( DOMDocument $dom )
$dom DOMDocument

testSectionMediaTypeCorrect() public method

public testSectionMediaTypeCorrect ( DOMDocument $dom )
$dom DOMDocument

testUserGroupsHrefCorrect() public method

public testUserGroupsHrefCorrect ( DOMDocument $dom )
$dom DOMDocument

testUserGroupsMediaTypeCorrect() public method

public testUserGroupsMediaTypeCorrect ( DOMDocument $dom )
$dom DOMDocument

testUserHrefCorrect() public method

public testUserHrefCorrect ( DOMDocument $dom )
$dom DOMDocument

testUserIdCorrect() public method

public testUserIdCorrect ( DOMDocument $dom )
$dom DOMDocument

testUserMediaTypeWithoutVersionCorrect() public method

public testUserMediaTypeWithoutVersionCorrect ( DOMDocument $dom )
$dom DOMDocument

testUserRemoteIdCorrect() public method

public testUserRemoteIdCorrect ( DOMDocument $dom )
$dom DOMDocument

testUserTypeHrefCorrect() public method

public testUserTypeHrefCorrect ( DOMDocument $dom )
$dom DOMDocument

testUserTypeMediaTypeCorrect() public method

public testUserTypeMediaTypeCorrect ( DOMDocument $dom )
$dom DOMDocument

testVersionsHrefCorrect() public method

public testVersionsHrefCorrect ( DOMDocument $dom )
$dom DOMDocument

testVersionsMediaTypeCorrect() public method

public testVersionsMediaTypeCorrect ( DOMDocument $dom )
$dom DOMDocument

testVisitWithoutEmbeddedVersion() public method

public testVisitWithoutEmbeddedVersion ( ) : DOMDocument
return DOMDocument