public static function OgUnInstallTestCase::__getInfo in Organic groups 7
File
- ./
og.test, line 1344
Class
- OgUnInstallTestCase
- Test re-installation of module.
Code
public static function __getInfo() {
return array(
'name' => 'Organic groups install, uninstall and re-install',
'description' => 'Test the installing, uninstalling and re-installing of the Organic groups module',
'group' => 'Organic groups',
);
}