You are here

public static function NodeBlockFunctionalTest::getInfo in Drupal 7

File

modules/node/node.test, line 2019
Tests for node.module.

Class

NodeBlockFunctionalTest
Functional tests for the node module blocks.

Code

public static function getInfo() {
  return array(
    'name' => 'Node blocks',
    'description' => 'Test node block functionality.',
    'group' => 'Node',
  );
}