public static function BlockTestCase::getInfo

Archivo

drupal-7.x/modules/block/block.test, line 12
Tests for block.module.

Class

BlockTestCase

Código

public static function getInfo() {
  return array(
    'name' => 'Block functionality',
    'description' => 'Add, edit and delete custom block. Configure and move a module-defined block.',
    'group' => 'Block',
  );
}