public static function SystemBlockTestCase::getInfo

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

File

drupal-7.x/modules/system/system.test, line 1468
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',
  );
}