You are here

public static function ServicesResourceCommentTests::getInfo in Services 6.3

Same name and namespace in other branches
  1. 7.3 tests/functional/ServicesResourceCommentTests.test \ServicesResourceCommentTests::getInfo()

Implementation of getInfo().

File

tests/functional/ServicesResourceCommentTests.test, line 44

Class

ServicesResourceCommentTests
Run test cases for the endpoint with no authentication turned on.

Code

public static function getInfo() {
  return array(
    'name' => t('Resource Comment'),
    'description' => t('Test the resource Comment methods and actions.'),
    'group' => t('Services'),
  );
}