AssetManagerTest\ModuleTest::testGetConfig PHP Method

testGetConfig() public method

public testGetConfig ( )
    public function testGetConfig()
    {
        $module = new Module();
        // just testing ZF specification requirements
        $this->assertInternalType('array', $module->getConfig());
    }