PHP Class Kraken\_Unit\Config\ConfigAwareObjectTest

Inheritance: extends Kraken\Test\TUnit
Show file Open project: kraken-php/framework

Public Methods

Method Description
createConfig ( ) : Config
createConfigAwareObject ( Kraken\Config\ConfigInterface $config = null ) : Kraken\Config\ConfigAwareInterface
testApiGetConfig_GetsConfig ( )
testApiSetConfig_RemovesConfig_WhenSetToNull ( )
testApiSetConfig_SetsConfig ( )

Method Details

createConfig() public method

public createConfig ( ) : Config
return Kraken\Config\Config

createConfigAwareObject() public method

public createConfigAwareObject ( Kraken\Config\ConfigInterface $config = null ) : Kraken\Config\ConfigAwareInterface
$config Kraken\Config\ConfigInterface
return Kraken\Config\ConfigAwareInterface

testApiGetConfig_GetsConfig() public method

testApiSetConfig_RemovesConfig_WhenSetToNull() public method

testApiSetConfig_SetsConfig() public method