public static function NodeApiExampleTestCase::getInfo in Examples for Developers 7
Same name and namespace in other branches
- 6 nodeapi_example/nodeapi_example.test \NodeApiExampleTestCase::getInfo()
File
- nodeapi_example/
nodeapi_example.test, line 32 - Test case for Testing the node API example module.
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',
);
}