public static function RestfulCreateNodeTestCase::getInfo in RESTful 7.2
Same name and namespace in other branches
- 7 tests/RestfulCreateNodeTestCase.test \RestfulCreateNodeTestCase::getInfo()
File
- tests/
RestfulCreateNodeTestCase.test, line 13 - Contains RestfulCreateNodeTestCase
Class
Code
public static function getInfo() {
return array(
'name' => 'Node integration',
'description' => 'Test the creation of a node entity type.',
'group' => 'RESTful',
);
}