You are here

public static function RestfulSimpleJsonTestCase::getInfo in RESTful 7.2

Same name and namespace in other branches
  1. 7 tests/RestfulSimpleJsonTestCase.test \RestfulSimpleJsonTestCase::getInfo()

File

tests/RestfulSimpleJsonTestCase.test, line 13
Contains RestfulSimpleJsonTestCase

Class

RestfulSimpleJsonTestCase

Code

public static function getInfo() {
  return array(
    'name' => 'View Simple JSON',
    'description' => 'Test the viewing of an entity in HAL+JSON format.',
    'group' => 'RESTful',
  );
}