PHP Class Elgg\ContextTest

Inheritance: extends TestCase
Show file Open project: elgg/elgg

Public Methods

Method Description
testCanGetStack ( )
testCanSetStack ( )
testContainsTellsYouIfAGivenContextIsInTheCurrentStack ( )
testFailToSetEmptyContext ( )
testPeekAndPopReturnNullByDefault ( )
testPeekReturnsTheMostRecentlyPushedContext ( )
testPopReturnsAndRemovesTheMostRecentlyPushedContext ( )
testPushDoesNotAlterCase ( )
testSetLowersCase ( )
testSetReplacesTheMostRecentlyPushedContext ( )
testStackAlwaysContainsStrings ( )

Method Details

testCanGetStack() public method

public testCanGetStack ( )

testCanSetStack() public method

public testCanSetStack ( )

testContainsTellsYouIfAGivenContextIsInTheCurrentStack() public method

testFailToSetEmptyContext() public method

testPeekAndPopReturnNullByDefault() public method

testPeekReturnsTheMostRecentlyPushedContext() public method

testPopReturnsAndRemovesTheMostRecentlyPushedContext() public method

testPushDoesNotAlterCase() public method

testSetLowersCase() public method

public testSetLowersCase ( )

testSetReplacesTheMostRecentlyPushedContext() public method

testStackAlwaysContainsStrings() public method