Gc\Mvc\ModuleTest::testGetConfig PHP Method

testGetConfig() public method

Test
public testGetConfig ( ) : void
return void
    public function testGetConfig()
    {
        $coreConfig = Registry::get('Application')->getServiceManager()->get('CoreConfig');
        $coreConfig->setValue('debug_is_active', 1);
        $this->assertInternalType('array', $this->object->getConfig());
    }