Phalcon\Test\Unit\ConfigTest::testStandardConfig PHP Method

testStandardConfig() public method

Tests Standard Config
Since: 2012-08-18
Author: Andres Gutierrez ([email protected])
public testStandardConfig ( )
    public function testStandardConfig()
    {
        $this->specify("Comparison of configurations returned a not identical result", function () {
            $config = new Config($this->config);
            $this->compareConfig($this->config, $config);
        });
    }