PHP Class Gush\Tests\ConfigTest

Inheritance: extends BaseTestCase
Afficher le fichier Open project: gushphp/gush

Méthodes publiques

Méthode Description
provideInvalidValues ( )
testCannotGetConfigForUnsupportedSlot ( )
testCannotSetConfigForAll ( )
testCannotSetInvalidKey ( )
testCannotSetInvalidValue ( mixed $value )
testCannotSetProtectedConfigKey ( )
testCreateConfigWithLoaded ( )
testCreateConfigWithLoadedAndLocal ( )
testCreateEmptyConfigWithDefaults ( )
testGetConfigValueByKey ( )
testGetConfigValueByPath ( )
testMergeConfigWithExisting ( )
testSetConfigValue ( )

Méthodes protégées

Méthode Description
setUp ( )

Private Methods

Méthode Description
createConfig ( array $config = [], array $localConfig = [] )

Method Details

provideInvalidValues() public static méthode

public static provideInvalidValues ( )

setUp() protected méthode

protected setUp ( )

testCannotGetConfigForUnsupportedSlot() public méthode

testCannotSetConfigForAll() public méthode

testCannotSetInvalidKey() public méthode

testCannotSetInvalidValue() public méthode

public testCannotSetInvalidValue ( mixed $value )
$value mixed

testCannotSetProtectedConfigKey() public méthode

testCreateConfigWithLoaded() public méthode

testCreateConfigWithLoadedAndLocal() public méthode

testCreateEmptyConfigWithDefaults() public méthode

testGetConfigValueByKey() public méthode

testGetConfigValueByPath() public méthode

testMergeConfigWithExisting() public méthode

testSetConfigValue() public méthode

public testSetConfigValue ( )