public function testGetCurrentModuleNameWithNonDefaultModule()
 {
     $_SERVER['CURRENT_MODULE_ID'] = 'module1';
     $_SERVER['CURRENT_VERSION_ID'] = 'v1.123';
     $this->assertEquals('module1', ModulesService::getCurrentModuleName());
 }