PHP Class Elgg\Database\RelationshipsTest

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

Public Methods

Method Description
testGetEntitiesFromRelationshipFilterByTimeCreatedLower ( ) Check that you can get entities by filtering them on relationship time created lower
testGetEntitiesFromRelationshipFilterByTimeCreatedLowerAndUpper ( ) Check that you can get entities by filtering them on relationship time created lower and upper
testGetEntitiesFromRelationshipFilterByTimeCreatedUpper ( ) Check that you can get entities by filtering them on relationship time created upper

Protected Methods

Method Description
setUp ( ) Create the entities used for each test
tearDown ( ) Remove the entities that are created for each test

Method Details

setUp() protected method

Create the entities used for each test
protected setUp ( )

tearDown() protected method

Remove the entities that are created for each test
protected tearDown ( )

testGetEntitiesFromRelationshipFilterByTimeCreatedLower() public method

Check that you can get entities by filtering them on relationship time created lower

testGetEntitiesFromRelationshipFilterByTimeCreatedLowerAndUpper() public method

Check that you can get entities by filtering them on relationship time created lower and upper

testGetEntitiesFromRelationshipFilterByTimeCreatedUpper() public method

Check that you can get entities by filtering them on relationship time created upper