PHP Class Elgg\Notifications\SubscriptionsServiceTest

Inheritance: extends Elgg\TestCase
Datei anzeigen Open project: elgg/elgg

Public Methods

Method Description
setUp ( )
testGetSubscriptionsForContainerWithNoMethodsRegistered ( )
testGetSubscriptionsForContainerWithProperInput ( )
testGetSubscriptionsWithBadObject ( )
testGetSubscriptionsWithNoMethodsRegistered ( )
testGetSubscriptionsWithProperInput ( )
testQueryGenerationForRetrievingSubscriptionRelationships ( )

Protected Methods

Method Description
createObjectFromArray ( array $data )

Method Details

createObjectFromArray() protected method

protected createObjectFromArray ( array $data )
$data array

setUp() public method

public setUp ( )

testGetSubscriptionsForContainerWithNoMethodsRegistered() public method

testGetSubscriptionsForContainerWithProperInput() public method

testGetSubscriptionsWithBadObject() public method

testGetSubscriptionsWithNoMethodsRegistered() public method

testGetSubscriptionsWithProperInput() public method

testQueryGenerationForRetrievingSubscriptionRelationships() public method