You are here

public static function RestfulEntityValidatorTestCase::getInfo in RESTful 7.2

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

File

tests/RestfulEntityValidatorTestCase.test, line 17
Contains RestfulEntityValidatorTestCase.

Class

RestfulEntityValidatorTestCase

Code

public static function getInfo() {
  return array(
    'name' => 'Entity validator',
    'description' => 'Test integration with entity validator module.',
    'group' => 'RESTful',
  );
}