public static function BlockTestCase::getInfo in Drupal 7
File
- 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',
);
}