PHP Class eZ\Publish\Core\Persistence\Legacy\Tests\Content\Location\Gateway\DoctrineDatabaseTest

Show file Open project: ezsystems/ezpublish-kernel

Public Methods

Method Description
getConvertNodeAssignmentsLocationValues ( )
getCreateLocationReturnValues ( )
getCreateLocationValues ( )
getLoadLocationValues ( )
getNodeAssignmentValues ( )
getUpdateLocationData ( )
providerForTestUpdatePathIdentificationString ( )
testChangeMainLocation ( ) Test for the changeMainLocation() method.
testConvertNodeAssignments ( $field, $value )
testConvertNodeAssignmentsMainLocation ( )
testConvertNodeAssignmentsParentHidden ( )
testConvertNodeAssignmentsParentInvisible ( )
testConvertNodeAssignmentsUpdateAssignment ( )
testCreateLocation ( )
testCreateLocationNodeAssignmentCreation ( $field, $value )
testCreateLocationNodeAssignmentCreationMainLocation ( )
testCreateLocationReturnValues ( $field, $value )
testCreateLocationValues ( $field, $value )
testDeleteNodeAssignment ( )
testDeleteNodeAssignmentWithSecondArgument ( )
testGetChildren ( ) Test for the getChildren() method.
testGetFallbackMainNodeData ( ) Test for the getFallbackMainNodeData() method.
testGetMainNodeId ( )
testHideUnhideParentTree ( )
testHideUnhidePartialSubtree ( )
testHideUnhideUpdateHidden ( )
testHideUpdateHidden ( )
testLoadInvalidLocation ( )
testLoadLocation ( $field, $value )
testLoadLocationByRemoteId ( $field, $value )
testLoadLocationDataByContent ( $field, $value )
testLoadLocationDataByContentLimitSubtree ( )
testLoadParentLocationDataForDraftContentAll ( $field, $value )
testMoveHiddenDestinationUpdate ( )
testMoveHiddenSourceChildUpdate ( )
testMoveHiddenSourceUpdate ( )
testMoveSubtreeAssignmentUpdate ( )
testMoveSubtreePathUpdate ( )
testRemoveLocation ( ) Test for the removeLocation() method.
testSetSectionForSubtree ( ) Test for the setSectionForSubtree() method.
testSwapLocations ( )
testUpdateLocation ( $field, $value )
testUpdateLocationsContentVersionNo ( )
testUpdatePathIdentificationString ( $locationId, $parentLocationId, $text, $expected ) Test for the updatePathIdentificationString() method.
testUpdateSubtreeModificationTime ( )

Protected Methods

Method Description
getLocationGateway ( )

Method Details

getConvertNodeAssignmentsLocationValues() public static method

getCreateLocationReturnValues() public static method

public static getCreateLocationReturnValues ( )

getCreateLocationValues() public static method

public static getCreateLocationValues ( )

getLoadLocationValues() public static method

public static getLoadLocationValues ( )

getLocationGateway() protected method

protected getLocationGateway ( )

getNodeAssignmentValues() public static method

public static getNodeAssignmentValues ( )

getUpdateLocationData() public static method

public static getUpdateLocationData ( )

providerForTestUpdatePathIdentificationString() public method

testChangeMainLocation() public method

Test for the changeMainLocation() method.

testConvertNodeAssignments() public method

public testConvertNodeAssignments ( $field, $value )

testConvertNodeAssignmentsMainLocation() public method

testConvertNodeAssignmentsParentHidden() public method

testConvertNodeAssignmentsParentInvisible() public method

testConvertNodeAssignmentsUpdateAssignment() public method

testCreateLocation() public method

public testCreateLocation ( )

testCreateLocationNodeAssignmentCreation() public method

public testCreateLocationNodeAssignmentCreation ( $field, $value )

testCreateLocationNodeAssignmentCreationMainLocation() public method

testCreateLocationReturnValues() public method

public testCreateLocationReturnValues ( $field, $value )

testCreateLocationValues() public method

public testCreateLocationValues ( $field, $value )

testDeleteNodeAssignment() public method

testDeleteNodeAssignmentWithSecondArgument() public method

testGetChildren() public method

Test for the getChildren() method.
public testGetChildren ( )

testGetFallbackMainNodeData() public method

Test for the getFallbackMainNodeData() method.

testGetMainNodeId() public method

public testGetMainNodeId ( )

testHideUnhideParentTree() public method

testHideUnhidePartialSubtree() public method

testHideUnhideUpdateHidden() public method

testHideUpdateHidden() public method

testLoadInvalidLocation() public method

testLoadLocation() public method

public testLoadLocation ( $field, $value )

testLoadLocationByRemoteId() public method

public testLoadLocationByRemoteId ( $field, $value )

testLoadLocationDataByContent() public method

public testLoadLocationDataByContent ( $field, $value )

testLoadLocationDataByContentLimitSubtree() public method

testLoadParentLocationDataForDraftContentAll() public method

testMoveHiddenDestinationUpdate() public method

testMoveHiddenSourceChildUpdate() public method

testMoveHiddenSourceUpdate() public method

testMoveSubtreeAssignmentUpdate() public method

testMoveSubtreePathUpdate() public method

testRemoveLocation() public method

Test for the removeLocation() method.
public testRemoveLocation ( )

testSetSectionForSubtree() public method

Test for the setSectionForSubtree() method.

testSwapLocations() public method

public testSwapLocations ( )

testUpdateLocation() public method

public testUpdateLocation ( $field, $value )

testUpdateLocationsContentVersionNo() public method

testUpdatePathIdentificationString() public method

Test for the updatePathIdentificationString() method.
public testUpdatePathIdentificationString ( $locationId, $parentLocationId, $text, $expected )

testUpdateSubtreeModificationTime() public method