PHP Class eZ\Bundle\EzPublishRestBundle\Tests\Functional\ObjectStateTest

Inheritance: extends TestCase
Show file Open project: ezsystems/ezpublish-kernel

Public Methods

Method Description
testCreateObjectState ( $objectStateGroupHref ) : string
testCreateObjectStateGroup ( ) : string
testDeleteObjectState ( $objectStateHref )
testDeleteObjectStateGroup ( $objectStateGroupHref )
testGetObjectStatesForContent ( $contentHref )
testLoadObjectState ( $objectStateHref )
testLoadObjectStateGroup ( $objectStateGroupHref )
testLoadObjectStateGroups ( )
testLoadObjectStates ( $objectStateGroupHref )
testSetObjectStatesForContent ( $objectStateHref ) : string
testUpdateObjectState ( $objectStateHref )
testUpdateObjectStateGroup ( $objectStateGroupHref )

Method Details

testCreateObjectState() public method

public testCreateObjectState ( $objectStateGroupHref ) : string
return string Object state href

testCreateObjectStateGroup() public method

public testCreateObjectStateGroup ( ) : string
return string Object state group href

testDeleteObjectState() public method

public testDeleteObjectState ( $objectStateHref )

testDeleteObjectStateGroup() public method

public testDeleteObjectStateGroup ( $objectStateGroupHref )

testGetObjectStatesForContent() public method

public testGetObjectStatesForContent ( $contentHref )

testLoadObjectState() public method

public testLoadObjectState ( $objectStateHref )

testLoadObjectStateGroup() public method

public testLoadObjectStateGroup ( $objectStateGroupHref )

testLoadObjectStateGroups() public method

testLoadObjectStates() public method

public testLoadObjectStates ( $objectStateGroupHref )

testSetObjectStatesForContent() public method

public testSetObjectStatesForContent ( $objectStateHref ) : string
return string The created folder content href

testUpdateObjectState() public method

public testUpdateObjectState ( $objectStateHref )

testUpdateObjectStateGroup() public method

public testUpdateObjectStateGroup ( $objectStateGroupHref )