PHP Class Elgg\ContextTest

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

Méthodes publiques

Méthode Description
testCanGetStack ( )
testCanSetStack ( )
testContainsTellsYouIfAGivenContextIsInTheCurrentStack ( )
testFailToSetEmptyContext ( )
testPeekAndPopReturnNullByDefault ( )
testPeekReturnsTheMostRecentlyPushedContext ( )
testPopReturnsAndRemovesTheMostRecentlyPushedContext ( )
testPushDoesNotAlterCase ( )
testSetLowersCase ( )
testSetReplacesTheMostRecentlyPushedContext ( )
testStackAlwaysContainsStrings ( )

Method Details

testCanGetStack() public méthode

public testCanGetStack ( )

testCanSetStack() public méthode

public testCanSetStack ( )

testContainsTellsYouIfAGivenContextIsInTheCurrentStack() public méthode

testFailToSetEmptyContext() public méthode

testPeekAndPopReturnNullByDefault() public méthode

testPeekReturnsTheMostRecentlyPushedContext() public méthode

testPopReturnsAndRemovesTheMostRecentlyPushedContext() public méthode

testPushDoesNotAlterCase() public méthode

testSetLowersCase() public méthode

public testSetLowersCase ( )

testSetReplacesTheMostRecentlyPushedContext() public méthode

testStackAlwaysContainsStrings() public méthode