PHP Class ElggCoreConfigTest, Elgg

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

Public Methods

Method Description
testElggSaveConfigForCurrentSiteConfig ( )
testGetConfigAlreadyLoadedForCurrentSite ( )
testSetConfigWithCurrentSite ( )
testSetConfigWithNewName ( )
testSetConfigWithNonexistentName ( )
testSetConfigWithObject ( )
testSetConfigWithTooLongName ( )
testSetConfigWithUsedName ( )
testUnsetConfigClearsGlobalForCurrentSite ( )
testUnsetConfigWithNonexistentName ( )

Method Details

testElggSaveConfigForCurrentSiteConfig() public method

testGetConfigAlreadyLoadedForCurrentSite() public method

testSetConfigWithCurrentSite() public method

testSetConfigWithNewName() public method

testSetConfigWithNonexistentName() public method

testSetConfigWithObject() public method

testSetConfigWithTooLongName() public method

testSetConfigWithUsedName() public method

testUnsetConfigClearsGlobalForCurrentSite() public method

testUnsetConfigWithNonexistentName() public method