Gc\Mvc\ModuleTest::testGetAutoloaderConfig PHP Method

testGetAutoloaderConfig() public method

Test
public testGetAutoloaderConfig ( ) : void
return void
    public function testGetAutoloaderConfig()
    {
        $this->assertInternalType('array', $this->object->getAutoloaderConfig());
    }