function SiteMaintenanceTestCase::getInfo

File

modules/system/system.test, line 1188

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',
    );
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.