You are here

public static function RestfulSimpleJsonTestCase::getInfo in RESTful 7

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

File

tests/RestfulSimpleJsonTestCase.test, line 10
Contains RestfulSimpleJsonTestCase

Class

RestfulSimpleJsonTestCase
@file Contains RestfulSimpleJsonTestCase

Code

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