public static function SiteMaintenanceTestCase::getInfo in Drupal 7
File
- modules/
system/ system.test, line 1161 - Tests for system.module.
Class
- SiteMaintenanceTestCase
- Tests site maintenance functionality.
Code
public static function getInfo() {
return array(
'name' => 'Site maintenance mode functionality',
'description' => 'Test access to site while in maintenance mode.',
'group' => 'System',
);
}