PHP Class Phalcon\Test\Config\LoaderTest

Author: Anton Kornilov ([email protected])
Inheritance: extends Codeception\TestCase\Test
Show file Open project: phalcon/incubator

Protected Properties

Property Type Description
$tester UnitTester UnitTester Object

Public Methods

Method Description
testLoadIncFileConfig ( )
testLoadIniFileConfig ( )
testLoadJsonFileConfig ( )
testLoadPhp5FileConfig ( )
testLoadPhpFileConfig ( )
testLoadUnsupportedConfigFile ( )
testLoadWrongFilePath ( )
testLoadYamlFileConfig ( )
testLoadYmlFileConfig ( )

Protected Methods

Method Description
_after ( ) executed after each test
_before ( ) executed before each test

Method Details

_after() protected method

executed after each test
protected _after ( )

_before() protected method

executed before each test
protected _before ( )

testLoadIncFileConfig() public method

testLoadIniFileConfig() public method

testLoadJsonFileConfig() public method

testLoadPhp5FileConfig() public method

testLoadPhpFileConfig() public method

testLoadUnsupportedConfigFile() public method

testLoadWrongFilePath() public method

testLoadYamlFileConfig() public method

testLoadYmlFileConfig() public method

Property Details

$tester protected property

UnitTester Object
protected UnitTester $tester
return UnitTester