function BlockTestCase::getInfo

File

modules/block/block.test, line 12

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.