function NodeApiExampleTestCase::getInfo

File

nodeapi_example/nodeapi_example.test, line 32

Class

NodeApiExampleTestCase
Functional tests for the NodeAPI Example module.

Code

public static function getInfo() {
  return array(
    'name' => 'Node API example functionality',
    'description' => 'Demonstrate Node API hooks that allow altering a node. These are the former hook_nodeapi.',
    'group' => 'Examples',
  );
}