Kraken\_Module\Config\ConfigFactoryTest::testCaseConstruct_DoesNotThrowsErrors PHP Method

testCaseConstruct_DoesNotThrowsErrors() public method

    public function testCaseConstruct_DoesNotThrowsErrors()
    {
        if (ini_get('allow_url_include') !== '1') {
            return;
        }
        $factory = $this->createConfigFactory();
    }