PHP Class Scalr\Tests\System\Config\ExtensionTest

Since: 11.06.2013
Author: Vitaliy Demidov ([email protected])
Inheritance: extends Scalr\Tests\TestCase
Show file Open project: scalr/scalr

Public Methods

Method Description
testLoad ( )

Protected Methods

Method Description
getConfigUsedVars ( ) : array Scans all code searching usage of the config parameters
loadExtension ( ) : Extension Gets loaded extension instance

Method Details

getConfigUsedVars() protected method

Scans all code searching usage of the config parameters
protected getConfigUsedVars ( ) : array
return array Returns array with dot notation access name keys

loadExtension() protected method

Gets loaded extension instance
protected loadExtension ( ) : Extension
return Scalr\System\Config\Extension

testLoad() public method

public testLoad ( )