You are here

public static function RestfulEntityAndPropertyAccessTestCase::getInfo in RESTful 7

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

File

tests/RestfulEntityAndPropertyAccessTestCase.test, line 10
Contains RestfulEntityAndPropertyAccessTestCase

Class

RestfulEntityAndPropertyAccessTestCase
@file Contains RestfulEntityAndPropertyAccessTestCase

Code

public static function getInfo() {
  return array(
    'name' => 'Entity and property access',
    'description' => 'Test access for the entity and the properties.',
    'group' => 'RESTful',
  );
}