public static function BlockHiddenRegionTest::getInfo

File

drupal/core/modules/block/lib/Drupal/block/Tests/BlockHiddenRegionTest.php, line 29
Definition of Drupal\block\Tests\BlockHiddenRegionTest.

Class

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

Namespace

Drupal\block\Tests

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