public static function BlockInvalidRegionTestCase::getInfo

File

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

Class

BlockInvalidRegionTestCase
Tests that a block assigned to an invalid region triggers the warning.

Code

public static function getInfo() {
  return array(
    'name' => 'Blocks in invalid regions',
    'description' => 'Checks that an active block assigned to a non-existing region triggers the warning message and is disabled.',
    'group' => 'Block',
  );
}