Phalcon\Test\Unit\ConfigTest::testStandardConfig PHP Метод

testStandardConfig() публичный Метод

Tests Standard Config
С версии: 2012-08-18
Автор: 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);
        });
    }