public static function NodeBlockTestCase::getInfo

Archivo

drupal-7.x/modules/node/node.test, line 752
Tests for node.module.

Class

NodeBlockTestCase
Tests the availability of the syndicate block.

Código

public static function getInfo() {
  return array(
    'name' => 'Block availability',
    'description' => 'Check if the syndicate block is available.',
    'group' => 'Node',
  );
}