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