You are here

public static function RestfulEntityAndPropertyAccessTestCase::getInfo in RESTful 7.2

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

File

tests/RestfulEntityAndPropertyAccessTestCase.test, line 15
Contains RestfulEntityAndPropertyAccessTestCase

Class

RestfulEntityAndPropertyAccessTestCase

Code

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