Gc\Mvc\ModuleTest::testGetConfig PHP Метод

testGetConfig() публичный Метод

Test
public testGetConfig ( ) : void
Результат void
    public function testGetConfig()
    {
        $coreConfig = Registry::get('Application')->getServiceManager()->get('CoreConfig');
        $coreConfig->setValue('debug_is_active', 1);
        $this->assertInternalType('array', $this->object->getConfig());
    }