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