PHP Class eZ\Publish\Core\Persistence\Legacy\Tests\Content\Section\SectionHandlerTest

Afficher le fichier Open project: ezsystems/ezpublish-kernel

Protected Properties

Свойство Type Description
$gatewayMock eZ\Publish\Core\Persistence\Legacy\Content\Section\Gateway Section gateway mock.
$sectionHandler eZ\Publish\Core\Persistence\Legacy\Content\Section\Handler Section handler.

Méthodes publiques

Méthode Description
testAssign ( )
testCountRoleAssignmentsUsingSection ( )
testCreate ( )
testDelete ( )
testDeleteFailure ( )
testLoad ( )
testLoadAll ( )
testLoadByIdentifier ( )
testPoliciesCount ( )
testUpdate ( )

Méthodes protégées

Méthode Description
getGatewayMock ( ) : Gateway Returns a mock for the section gateway.
getSectionHandler ( ) : Handler Returns the section handler to test.

Method Details

getGatewayMock() protected méthode

Returns a mock for the section gateway.
protected getGatewayMock ( ) : Gateway
Résultat eZ\Publish\Core\Persistence\Legacy\Content\Section\Gateway

getSectionHandler() protected méthode

Returns the section handler to test.
protected getSectionHandler ( ) : Handler
Résultat eZ\Publish\Core\Persistence\Legacy\Content\Section\Handler

testAssign() public méthode

public testAssign ( )

testCountRoleAssignmentsUsingSection() public méthode

testCreate() public méthode

public testCreate ( )

testDelete() public méthode

public testDelete ( )

testDeleteFailure() public méthode

public testDeleteFailure ( )

testLoad() public méthode

public testLoad ( )

testLoadAll() public méthode

public testLoadAll ( )

testLoadByIdentifier() public méthode

testPoliciesCount() public méthode

public testPoliciesCount ( )

testUpdate() public méthode

public testUpdate ( )

Property Details

$gatewayMock protected_oe property

Section gateway mock.
protected Gateway,eZ\Publish\Core\Persistence\Legacy\Content\Section $gatewayMock
Résultat eZ\Publish\Core\Persistence\Legacy\Content\Section\Gateway

$sectionHandler protected_oe property

Section handler.
protected Handler,eZ\Publish\Core\Persistence\Legacy\Content\Section $sectionHandler
Résultat eZ\Publish\Core\Persistence\Legacy\Content\Section\Handler