function BlockHiddenRegionTestCase::getInfo

File

modules/block/block.test, line 802

Class

BlockHiddenRegionTestCase
Tests that hidden regions do not inherit blocks when a theme is enabled.

Code

public static function getInfo() {
    return array(
        'name' => 'Blocks not in hidden region',
        'description' => 'Checks that a newly enabled theme does not inherit blocks to its hidden regions.',
        'group' => 'Block',
    );
}

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