public function testRegister()
 {
     $configuration = array('sespSpecialProperties' => array(), 'wgDisableCounters' => false, 'sespUseAsFixedTables' => false, 'wgSESPExcludeBots' => false, 'wgShortUrlPrefix' => '', 'sespCacheType' => 'hash');
     $instance = new HookRegistry($configuration);
     $instance->deregister();
     $instance->register();
     $this->doTestRegisteredInitPropertiesHandler($instance);
     $this->doTestRegisteredUpdatePropertyTableDefinitionsHandler($instance);
     $this->doTestRegisteredUpdateDataBeforeHandler($instance);
 }