public static function SystemMainContentFallback::getInfo

7.x system.test public static SystemMainContentFallback::getInfo()

File

drupal-7.x/modules/system/system.test, line 1538
Tests for system.module.

Class

SystemMainContentFallback
Test main content rendering fallback provided by system module.

Code

public static function getInfo() {
  return array(
    'name' => 'Main content rendering fallback',
    'description' => ' Test system module main content rendering fallback.',
    'group' => 'System',
  );
}