AssetManagerTest\ModuleTest::testGetAutoloaderConfig PHP Method

testGetAutoloaderConfig() public method

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