N98\Magento\DbSettingsTest::creation PHP Method

creation() public method

public creation ( )
    public function creation()
    {
        $file = $this->getTestMagentoRoot() . '/app/etc/local.xml';
        $settings = new DbSettings($file);
        $this->assertInstanceOf(__NAMESPACE__ . '\\DbSettings', $settings);
    }