PHP Class Elgg\Database\RelationshipsTest

Inheritance: extends Elgg\TestCase
Afficher le fichier Open project: elgg/elgg

Méthodes publiques

Méthode 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

Méthodes protégées

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

Method Details

setUp() protected méthode

Create the entities used for each test
protected setUp ( )

tearDown() protected méthode

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

testGetEntitiesFromRelationshipFilterByTimeCreatedLower() public méthode

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

testGetEntitiesFromRelationshipFilterByTimeCreatedLowerAndUpper() public méthode

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

testGetEntitiesFromRelationshipFilterByTimeCreatedUpper() public méthode

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