PHP 클래스 Phalcon\Test\Unit\ConfigTest

저자: Andres Gutierrez ([email protected])
저자: Nikolaos Dimopoulos ([email protected])
상속: extends Phalcon\Test\Unit\Config\Helper\ConfigBase
파일 보기 프로젝트 열기: phalcon/cphalcon

공개 메소드들

메소드 설명
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

메소드 상세

testChildArrayToConfigObject() 공개 메소드

Tests converting child array to config object
부터: 2014-11-12
저자: Rian Orie ([email protected])

testConfigCount() 공개 메소드

Tests implementing of Countable interface
부터: 2014-11-03
저자: Faruk Brbovic ([email protected])
public testConfigCount ( )

testConfigMergeArray() 공개 메소드

Tests merging config objects
부터: 2015-02-18
저자: kjdev

testConfigMergeComplexObjects() 공개 메소드

Tests merging complex config objects
부터: 2012-12-16
저자: Andres Gutierrez ([email protected])

testConfigToArray() 공개 메소드

Tests toArray method
부터: 2016-01-17
저자: Serghei Iakovlev ([email protected])
public testConfigToArray ( )

testNumericConfig() 공개 메소드

Tests access by numeric key
부터: 2014-11-12
저자: Rian Orie ([email protected])
public testNumericConfig ( )

testStandardConfig() 공개 메소드

Tests Standard Config
부터: 2012-08-18
저자: Andres Gutierrez ([email protected])
public testStandardConfig ( )

testStandardConfigSimpleArray() 공개 메소드

Tests standard config simple array
부터: 2012-09-11
저자: Andres Gutierrez ([email protected])