PHP Class eZ\Publish\Core\REST\Server\Tests\Input\Parser\ObjectStateGroupUpdateTest

Inheritance: extends BaseTest
Afficher le fichier Open project: ezsystems/ezpublish-kernel

Méthodes publiques

Méthode Description
testParse ( ) Tests the ObjectStateGroupUpdate parser.
testParseExceptionOnInvalidNames ( ) Test ObjectStateGroupUpdate parser throwing exception on invalid names structure.

Méthodes protégées

Méthode Description
getObjectStateServiceMock ( ) : eZ\Publish\API\Repository\ObjectStateService Get the object state service mock object.
internalGetParser ( ) : ObjectStateGroupUpdate Returns the ObjectStateGroupUpdate parser.

Method Details

getObjectStateServiceMock() protected méthode

Get the object state service mock object.
protected getObjectStateServiceMock ( ) : eZ\Publish\API\Repository\ObjectStateService
Résultat eZ\Publish\API\Repository\ObjectStateService

internalGetParser() protected méthode

Returns the ObjectStateGroupUpdate parser.
protected internalGetParser ( ) : ObjectStateGroupUpdate
Résultat eZ\Publish\Core\REST\Server\Input\Parser\ObjectStateGroupUpdate

testParse() public méthode

Tests the ObjectStateGroupUpdate parser.
public testParse ( )

testParseExceptionOnInvalidNames() public méthode

Test ObjectStateGroupUpdate parser throwing exception on invalid names structure.