public static function NodeApiExampleTestCase::getInfo in Examples for Developers 6
Same name and namespace in other branches
- 7 nodeapi_example/nodeapi_example.test \NodeApiExampleTestCase::getInfo()
File
- nodeapi_example/
nodeapi_example.test, line 25 - Test case for Testing the node API example module.
Class
- NodeApiExampleTestCase
- @file Test case for Testing the node API example module.
Code
public static function getInfo() {
return array(
'name' => 'Node API example functionality',
'description' => 'Demonstrate Node API hook that allow altering a node.',
'group' => 'Examples',
);
}