public static function BlockInvalidRegionTestCase::getInfo in Drupal 7
File
- 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',
);
}