public static function NodeBlockTestCase::getInfo in Drupal 7
File
- modules/
node/ node.test, line 824 - Tests for node.module.
Class
- NodeBlockTestCase
- Tests the availability of the syndicate block.
Code
public static function getInfo() {
return array(
'name' => 'Block availability',
'description' => 'Check if the syndicate block is available.',
'group' => 'Node',
);
}