function SystemInfoAlterTestCase::getInfo

File

modules/system/system.test, line 2441

Class

SystemInfoAlterTestCase
Tests the effectiveness of hook_system_info_alter().

Code

public static function getInfo() {
    return array(
        'name' => 'System info alter',
        'description' => 'Tests the effectiveness of hook_system_info_alter().',
        'group' => 'System',
    );
}

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