public static function SystemBlockTestCase::getInfo

Archivo

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

Class

SystemBlockTestCase

Código

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