You are here

public static function SystemBlockTestCase::getInfo in Drupal 7

File

modules/system/system.test, line 1680
Tests for system.module.

Class

SystemBlockTestCase

Code

public static function getInfo() {
  return array(
    'name' => 'Block functionality',
    'description' => 'Configure and move powered-by block.',
    'group' => 'System',
  );
}