public static function BlockTestCase::getInfo

File

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

Class

BlockTestCase
@file Tests for block.module.

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