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