PHP Class Phalcon\Test\Config\Adapter\XmlTest

Author: Serghei Iakovlev ([email protected])
Inheritance: extends Codeception\TestCase\Test, use trait Codeception\Specify
Show file Open project: phalcon/incubator

Protected Properties

Property Type Description
$tester UnitTester UnitTester Object

Public Methods

Method Description
testConfigToArray ( ) Tests toArray method

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 ( )

testConfigToArray() public method

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

Property Details

$tester protected property

UnitTester Object
protected UnitTester $tester
return UnitTester