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