public static function NodeBlockTestCase::getInfo

7.x node.test public static NodeBlockTestCase::getInfo()

File

drupal-7.x/modules/node/node.test, line 752
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',
  );
}