public static function BlockTestCase::getInfo

7.x block.test public static BlockTestCase::getInfo()

File

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

Class

BlockTestCase

Code

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