public static function RestfulViewModeAndFormatterTestCase::getInfo in RESTful 7.2
Same name and namespace in other branches
- 7 tests/RestfulViewModeAndFormatterTestCase.test \RestfulViewModeAndFormatterTestCase::getInfo()
File
- tests/
RestfulViewModeAndFormatterTestCase.test, line 12 - Contains RestfulViewModeFormatterTestCase
Class
Code
public static function getInfo() {
return array(
'name' => 'View mode and formatter',
'description' => 'Test the integration with entity view mode and field API formatters.',
'group' => 'RESTful',
);
}