You are here

public static function RestfulViewEntityTestCase::getInfo in RESTful 7.2

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

Overrides DrupalWebTestCase::getInfo().

File

tests/RestfulViewEntityTestCase.test, line 16
Contains \RestfulViewEntityTestCase.

Class

RestfulViewEntityTestCase

Code

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