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