public static function BlockHiddenRegionTestCase::getInfo

File

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

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