PHP Class Phalcon\Test\Unit\ConfigTest

Author: Andres Gutierrez ([email protected])
Author: Nikolaos Dimopoulos ([email protected])
Inheritance: extends Phalcon\Test\Unit\Config\Helper\ConfigBase
Show file Open project: phalcon/cphalcon

Public Methods

Method Description
testChildArrayToConfigObject ( ) Tests converting child array to config object
testConfigCount ( ) Tests implementing of Countable interface
testConfigMergeArray ( ) Tests merging config objects
testConfigMergeComplexObjects ( ) Tests merging complex config objects
testConfigToArray ( ) Tests toArray method
testNumericConfig ( ) Tests access by numeric key
testStandardConfig ( ) Tests Standard Config
testStandardConfigSimpleArray ( ) Tests standard config simple array

Method Details

testChildArrayToConfigObject() public method

Tests converting child array to config object
Since: 2014-11-12
Author: Rian Orie ([email protected])

testConfigCount() public method

Tests implementing of Countable interface
Since: 2014-11-03
Author: Faruk Brbovic ([email protected])
public testConfigCount ( )

testConfigMergeArray() public method

Tests merging config objects
Since: 2015-02-18
Author: kjdev

testConfigMergeComplexObjects() public method

Tests merging complex config objects
Since: 2012-12-16
Author: Andres Gutierrez ([email protected])

testConfigToArray() public method

Tests toArray method
Since: 2016-01-17
Author: Serghei Iakovlev ([email protected])
public testConfigToArray ( )

testNumericConfig() public method

Tests access by numeric key
Since: 2014-11-12
Author: Rian Orie ([email protected])
public testNumericConfig ( )

testStandardConfig() public method

Tests Standard Config
Since: 2012-08-18
Author: Andres Gutierrez ([email protected])
public testStandardConfig ( )

testStandardConfigSimpleArray() public method

Tests standard config simple array
Since: 2012-09-11
Author: Andres Gutierrez ([email protected])