PHP Класс Phalcon\Test\Unit\ConfigTest

Автор: Andres Gutierrez ([email protected])
Автор: Nikolaos Dimopoulos ([email protected])
Наследование: extends Phalcon\Test\Unit\Config\Helper\ConfigBase
Показать файл Открыть проект

Открытые методы

Метод Описание
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])