PHP Class Elgg\Database\ConfigTest

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

Public Methods

Method Description
testGetConnectionConfigNormalSetup ( )
testGetConnectionConfigWithMultipleRead ( )
testGetConnectionConfigWithMultipleReadOldStyle ( ) Elgg < 1.9 used objects to store the config
testGetConnectionConfigWithSingleWrite ( )
testGetConnectionConfigWithSingleWriteOldStyle ( ) Elgg < 1.9 used objects to store the config
testGetTablePrefix ( )
testIsDatabaseSplitInSettings ( )
testIsDatabaseSplitNotSet ( )

Method Details

testGetConnectionConfigNormalSetup() public method

testGetConnectionConfigWithMultipleRead() public method

testGetConnectionConfigWithMultipleReadOldStyle() public method

Elgg < 1.9 used objects to store the config

testGetConnectionConfigWithSingleWrite() public method

testGetConnectionConfigWithSingleWriteOldStyle() public method

Elgg < 1.9 used objects to store the config

testGetTablePrefix() public method

public testGetTablePrefix ( )

testIsDatabaseSplitInSettings() public method

testIsDatabaseSplitNotSet() public method