public static function SystemBlockTestCase::getInfo

File

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