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

testCaseDestruct_DoesNotThrowsErrors() public method

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